Html Css Color HEX #B93CCD Medium Orchid

📋 copy color: '#B93CCD'

red 185 ◦ green 60 ◦ blue 205

#B93CCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B93CCD

Tints of Medium Orchid #B93CCD

RGB

 RED value IS 185 (72.66% from 255) = 41.11%

 GREEN value IS 60 (23.83% from 255) = 13.33%

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 41.11%
G = 13.33%
B = 45.56%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B93CCD (or 0xB93CCD) is known color: Medium Orchid. HEX triplet: B9, 3C and CD. RGB value is (185,60,205). Sum of RGB (Red+Green+Blue) = 185+60+205=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #B93CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CCD is #46C332. Grayscale: #717171. Windows color (decimal): -4637491 or 13450425. OLE color: 13450425.

HSL color Cylindrical-coordinate representation of color #B93CCD: hue angle of 291.72º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93CCD is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 60 205 -
CMYK 0.10 0.71 0 0.20
HSL 291.72º 0.59% 0.52% -
HSV(B) 291.72º 0.71% 0.8% -
XYZ 32.64 17.95 59.5 -
YUV 113.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 185 60 205 0.10 0.71 0 0.20 291.72 0.59 0.52
Hex B9 3C CD A 47 0 14 124 3B 34
Octal 271 74 315 12 107 0 24 444 73 64
Binary 10111001 111100 11001101 1010 1000111 0 10100 100100100 111011 110100

Color Harmonies of #B93CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CCD

Black with #B93CCD

Text Example


Text Example

White with #B93CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CCD; }

 p { color: rgb(185,60,205); }

 H1.HeaderClassName
 {
   color: #B93CCD;
 }
 .AnyTagClassName
 {
   color: #B93CCD;
 }
</style>

background-color css

<style>
 a { background-color: #B93CCD; }

 a { background-color: rgb(185,60,205); }

 div.DivClassName
 {
   background-color: #B93CCD;
 }
 .BgClassName
 {
   background-color: #B93CCD;
 }
</style>

border-color css

<style>
 span { border-color: #B93CCD; }

 span { border-color: rgb(185,60,205); }

 td.TdClassName
 {
   border-color: #B93CCD;
 }
 .TagClassName
 {
   border-color: #B93CCD;
 }
</style>