Html Css Color HEX #B942CE Medium Orchid

📋 copy color: '#B942CE'

red 185 ◦ green 66 ◦ blue 206

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

Shades of Medium Orchid #B942CE

Tints of Medium Orchid #B942CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 40.48%
G = 14.44%
B = 45.08%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B942CE (or 0xB942CE) is known color: Medium Orchid. HEX triplet: B9, 42 and CE. RGB value is (185,66,206). Sum of RGB (Red+Green+Blue) = 185+66+206=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #B942CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942CE is #46BD31. Grayscale: #757575. Windows color (decimal): -4635954 or 13517497. OLE color: 13517497.

HSL color Cylindrical-coordinate representation of color #B942CE: hue angle of 291º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B942CE is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 66 206 -
CMYK 0.10 0.68 0 0.19
HSL 291º 0.59% 0.53% -
HSV(B) 291º 0.68% 0.81% -
XYZ 33.1 18.67 60.25 -
YUV 117.54 177.92 176.12 -
System Red Green Blue C M Y K H S L
Decimal 185 66 206 0.10 0.68 0 0.19 291 0.59 0.53
Hex B9 42 CE A 44 0 13 123 3B 35
Octal 271 102 316 12 104 0 23 443 73 65
Binary 10111001 1000010 11001110 1010 1000100 0 10011 100100011 111011 110101

Color Harmonies of #B942CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942CE

Black with #B942CE

Text Example


Text Example

White with #B942CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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