Html Css Color HEX #B94CE8 Medium Orchid

📋 copy color: '#B94CE8'

red 185 ◦ green 76 ◦ blue 232

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

Shades of Medium Orchid #B94CE8

Tints of Medium Orchid #B94CE8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.42%

 BLUE value IS 232 (91.02% from 255) = 47.06%

R = 37.53%
G = 15.42%
B = 47.06%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B94CE8 (or 0xB94CE8) is known color: Medium Orchid. HEX triplet: B9, 4C and E8. RGB value is (185,76,232). Sum of RGB (Red+Green+Blue) = 185+76+232=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 232 - color contains mainly: blue. Hex color #B94CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94CE8 is #46B317. Grayscale: #7D7D7D. Windows color (decimal): -4633368 or 15223993. OLE color: 15223993.

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

Color convert

RGB 185 76 232 -
CMYK 0.20 0.67 0 0.09
HSL 281.92º 0.77% 0.6% -
HSV(B) 281.92º 0.67% 0.91% -
XYZ 37.16 21.31 78.5 -
YUV 126.38 187.61 169.82 -
System Red Green Blue C M Y K H S L
Decimal 185 76 232 0.20 0.67 0 0.09 281.92 0.77 0.6
Hex B9 4C E8 14 43 0 9 11A 4D 3C
Octal 271 114 350 24 103 0 11 432 115 74
Binary 10111001 1001100 11101000 10100 1000011 0 1001 100011010 1001101 111100

Color Harmonies of #B94CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CE8

Black with #B94CE8

Text Example


Text Example

White with #B94CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CE8; }

 p { color: rgb(185,76,232); }

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

background-color css

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

 a { background-color: rgb(185,76,232); }

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

border-color css

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

 span { border-color: rgb(185,76,232); }

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