Html Css Color HEX #B94CEB Medium Orchid

📋 copy color: '#B94CEB'

red 185 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #B94CEB

Tints of Medium Orchid #B94CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 37.3%
G = 15.32%
B = 47.38%

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

#B94CEB (or 0xB94CEB) is known color: Medium Orchid. HEX triplet: B9, 4C and EB. RGB value is (185,76,235). Sum of RGB (Red+Green+Blue) = 185+76+235=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #B94CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94CEB is #46B314. Grayscale: #7E7E7E. Windows color (decimal): -4633365 or 15420601. OLE color: 15420601.

HSL color Cylindrical-coordinate representation of color #B94CEB: hue angle of 281.13º degrees, saturation: 0.8, 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 #B94CEB is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 76 235 -
CMYK 0.21 0.68 0 0.08
HSL 281.13º 0.8% 0.61% -
HSV(B) 281.13º 0.68% 0.92% -
XYZ 37.59 21.48 80.76 -
YUV 126.72 189.11 169.57 -
System Red Green Blue C M Y K H S L
Decimal 185 76 235 0.21 0.68 0 0.08 281.13 0.8 0.61
Hex B9 4C EB 15 44 0 8 119 50 3D
Octal 271 114 353 25 104 0 10 431 120 75
Binary 10111001 1001100 11101011 10101 1000100 0 1000 100011001 1010000 111101

Color Harmonies of #B94CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CEB

Black with #B94CEB

Text Example


Text Example

White with #B94CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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