Html Css Color HEX #B964EB Medium Orchid

📋 copy color: '#B964EB'

red 185 ◦ green 100 ◦ blue 235

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

Shades of Medium Orchid #B964EB

Tints of Medium Orchid #B964EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.23%

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

R = 35.58%
G = 19.23%
B = 45.19%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B964EB (or 0xB964EB) is known color: Medium Orchid. HEX triplet: B9, 64 and EB. RGB value is (185,100,235). Sum of RGB (Red+Green+Blue) = 185+100+235=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #B964EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B964EB is #469B14. Grayscale: #8C8C8C. Windows color (decimal): -4627221 or 15426745. OLE color: 15426745.

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

Color convert

RGB 185 100 235 -
CMYK 0.21 0.57 0 0.08
HSL 277.78º 0.77% 0.66% -
HSV(B) 277.78º 0.57% 0.92% -
XYZ 39.56 25.43 81.42 -
YUV 140.81 181.16 159.52 -
System Red Green Blue C M Y K H S L
Decimal 185 100 235 0.21 0.57 0 0.08 277.78 0.77 0.66
Hex B9 64 EB 15 39 0 8 116 4D 42
Octal 271 144 353 25 71 0 10 426 115 102
Binary 10111001 1100100 11101011 10101 111001 0 1000 100010110 1001101 1000010

Color Harmonies of #B964EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B964EB

Black with #B964EB

Text Example


Text Example

White with #B964EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B964EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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