Html Css Color HEX #B94BEB Medium Orchid

📋 copy color: '#B94BEB'

red 185 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #B94BEB

Tints of Medium Orchid #B94BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.15%

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

R = 37.37%
G = 15.15%
B = 47.47%

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

#B94BEB (or 0xB94BEB) is known color: Medium Orchid. HEX triplet: B9, 4B and EB. RGB value is (185,75,235). Sum of RGB (Red+Green+Blue) = 185+75+235=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #B94BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94BEB is #46B414. Grayscale: #7D7D7D. Windows color (decimal): -4633621 or 15420345. OLE color: 15420345.

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

Color convert

RGB 185 75 235 -
CMYK 0.21 0.68 0 0.08
HSL 281.25º 0.8% 0.61% -
HSV(B) 281.25º 0.68% 0.92% -
XYZ 37.52 21.34 80.74 -
YUV 126.13 189.44 169.99 -
System Red Green Blue C M Y K H S L
Decimal 185 75 235 0.21 0.68 0 0.08 281.25 0.8 0.61
Hex B9 4B EB 15 44 0 8 119 50 3D
Octal 271 113 353 25 104 0 10 431 120 75
Binary 10111001 1001011 11101011 10101 1000100 0 1000 100011001 1010000 111101

Color Harmonies of #B94BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94BEB

Black with #B94BEB

Text Example


Text Example

White with #B94BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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