Html Css Color HEX #B94DEB Medium Orchid

📋 copy color: '#B94DEB'

red 185 ◦ green 77 ◦ blue 235

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

Shades of Medium Orchid #B94DEB

Tints of Medium Orchid #B94DEB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.49%

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

R = 37.22%
G = 15.49%
B = 47.28%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B94DEB (or 0xB94DEB) is known color: Medium Orchid. HEX triplet: B9, 4D and EB. RGB value is (185,77,235). Sum of RGB (Red+Green+Blue) = 185+77+235=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #B94DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94DEB is #46B214. Grayscale: #7E7E7E. Windows color (decimal): -4633109 or 15420857. OLE color: 15420857.

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

Color convert

RGB 185 77 235 -
CMYK 0.21 0.67 0 0.08
HSL 281.01º 0.8% 0.61% -
HSV(B) 281.01º 0.67% 0.92% -
XYZ 37.66 21.62 80.79 -
YUV 127.3 188.78 169.15 -
System Red Green Blue C M Y K H S L
Decimal 185 77 235 0.21 0.67 0 0.08 281.01 0.8 0.61
Hex B9 4D EB 15 43 0 8 119 50 3D
Octal 271 115 353 25 103 0 10 431 120 75
Binary 10111001 1001101 11101011 10101 1000011 0 1000 100011001 1010000 111101

Color Harmonies of #B94DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DEB

Black with #B94DEB

Text Example


Text Example

White with #B94DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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