Html Css Color HEX #B94CEA Medium Orchid

📋 copy color: '#B94CEA'

red 185 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #B94CEA

Tints of Medium Orchid #B94CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 37.37%
G = 15.35%
B = 47.27%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B94CEA (or 0xB94CEA) is known color: Medium Orchid. HEX triplet: B9, 4C and EA. RGB value is (185,76,234). Sum of RGB (Red+Green+Blue) = 185+76+234=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #B94CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94CEA is #46B315. Grayscale: #7E7E7E. Windows color (decimal): -4633366 or 15355065. OLE color: 15355065.

HSL color Cylindrical-coordinate representation of color #B94CEA: hue angle of 281.39º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B94CEA is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 76 234 -
CMYK 0.21 0.68 0 0.08
HSL 281.39º 0.79% 0.61% -
HSV(B) 281.39º 0.68% 0.92% -
XYZ 37.44 21.42 80 -
YUV 126.6 188.61 169.65 -
System Red Green Blue C M Y K H S L
Decimal 185 76 234 0.21 0.68 0 0.08 281.39 0.79 0.61
Hex B9 4C EA 15 44 0 8 119 4F 3D
Octal 271 114 352 25 104 0 10 431 117 75
Binary 10111001 1001100 11101010 10101 1000100 0 1000 100011001 1001111 111101

Color Harmonies of #B94CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CEA

Black with #B94CEA

Text Example


Text Example

White with #B94CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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