Html Css Color HEX #B94EEC Medium Orchid

📋 copy color: '#B94EEC'

red 185 ◦ green 78 ◦ blue 236

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

Shades of Medium Orchid #B94EEC

Tints of Medium Orchid #B94EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.63%

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 37.07%
G = 15.63%
B = 47.29%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B94EEC (or 0xB94EEC) is known color: Medium Orchid. HEX triplet: B9, 4E and EC. RGB value is (185,78,236). Sum of RGB (Red+Green+Blue) = 185+78+236=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #B94EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94EEC is #46B113. Grayscale: #7F7F7F. Windows color (decimal): -4632852 or 15486649. OLE color: 15486649.

HSL color Cylindrical-coordinate representation of color #B94EEC: hue angle of 280.63º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B94EEC is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 78 236 -
CMYK 0.22 0.67 0 0.07
HSL 280.63º 0.81% 0.62% -
HSV(B) 280.63º 0.67% 0.93% -
XYZ 37.87 21.82 81.57 -
YUV 128.01 188.95 168.65 -
System Red Green Blue C M Y K H S L
Decimal 185 78 236 0.22 0.67 0 0.07 280.63 0.81 0.62
Hex B9 4E EC 16 43 0 7 119 51 3E
Octal 271 116 354 26 103 0 7 431 121 76
Binary 10111001 1001110 11101100 10110 1000011 0 111 100011001 1010001 111110

Color Harmonies of #B94EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94EEC

Black with #B94EEC

Text Example


Text Example

White with #B94EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94EEC; }

 p { color: rgb(185,78,236); }

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

background-color css

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

 a { background-color: rgb(185,78,236); }

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

border-color css

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

 span { border-color: rgb(185,78,236); }

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