Html Css Color HEX #B94CE0 Medium Orchid

📋 copy color: '#B94CE0'

red 185 ◦ green 76 ◦ blue 224

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

Shades of Medium Orchid #B94CE0

Tints of Medium Orchid #B94CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 38.14%
G = 15.67%
B = 46.19%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B94CE0 (or 0xB94CE0) is known color: Medium Orchid. HEX triplet: B9, 4C and E0. RGB value is (185,76,224). Sum of RGB (Red+Green+Blue) = 185+76+224=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #B94CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CE0 is #46B31F. Grayscale: #7C7C7C. Windows color (decimal): -4633376 or 14699705. OLE color: 14699705.

HSL color Cylindrical-coordinate representation of color #B94CE0: hue angle of 284.19º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94CE0 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 76 224 -
CMYK 0.17 0.66 0 0.12
HSL 284.19º 0.7% 0.59% -
HSV(B) 284.19º 0.66% 0.88% -
XYZ 36.05 20.86 72.65 -
YUV 125.46 183.61 170.47 -
System Red Green Blue C M Y K H S L
Decimal 185 76 224 0.17 0.66 0 0.12 284.19 0.7 0.59
Hex B9 4C E0 11 42 0 C 11C 46 3B
Octal 271 114 340 21 102 0 14 434 106 73
Binary 10111001 1001100 11100000 10001 1000010 0 1100 100011100 1000110 111011

Color Harmonies of #B94CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CE0

Black with #B94CE0

Text Example


Text Example

White with #B94CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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