Html Css Color HEX #B942CB Medium Orchid

📋 copy color: '#B942CB'

red 185 ◦ green 66 ◦ blue 203

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

Shades of Medium Orchid #B942CB

Tints of Medium Orchid #B942CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.54%

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 40.75%
G = 14.54%
B = 44.71%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B942CB (or 0xB942CB) is known color: Medium Orchid. HEX triplet: B9, 42 and CB. RGB value is (185,66,203). Sum of RGB (Red+Green+Blue) = 185+66+203=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #B942CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942CB is #46BD34. Grayscale: #747474. Windows color (decimal): -4635957 or 13320889. OLE color: 13320889.

HSL color Cylindrical-coordinate representation of color #B942CB: hue angle of 292.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B942CB is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 66 203 -
CMYK 0.09 0.67 0 0.20
HSL 292.12º 0.57% 0.53% -
HSV(B) 292.12º 0.67% 0.8% -
XYZ 32.74 18.52 58.35 -
YUV 117.2 176.42 176.36 -
System Red Green Blue C M Y K H S L
Decimal 185 66 203 0.09 0.67 0 0.20 292.12 0.57 0.53
Hex B9 42 CB 9 43 0 14 124 39 35
Octal 271 102 313 11 103 0 24 444 71 65
Binary 10111001 1000010 11001011 1001 1000011 0 10100 100100100 111001 110101

Color Harmonies of #B942CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942CB

Black with #B942CB

Text Example


Text Example

White with #B942CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942CB; }

 p { color: rgb(185,66,203); }

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

background-color css

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

 a { background-color: rgb(185,66,203); }

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

border-color css

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

 span { border-color: rgb(185,66,203); }

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