Html Css Color HEX #B964EA Medium Orchid

📋 copy color: '#B964EA'

red 185 ◦ green 100 ◦ blue 234

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

Shades of Medium Orchid #B964EA

Tints of Medium Orchid #B964EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 35.65%
G = 19.27%
B = 45.09%

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

#B964EA (or 0xB964EA) is known color: Medium Orchid. HEX triplet: B9, 64 and EA. RGB value is (185,100,234). Sum of RGB (Red+Green+Blue) = 185+100+234=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #B964EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B964EA is #469B15. Grayscale: #8C8C8C. Windows color (decimal): -4627222 or 15361209. OLE color: 15361209.

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

Color convert

RGB 185 100 234 -
CMYK 0.21 0.57 0 0.08
HSL 278.06º 0.76% 0.65% -
HSV(B) 278.06º 0.57% 0.92% -
XYZ 39.42 25.37 80.66 -
YUV 140.69 180.66 159.6 -
System Red Green Blue C M Y K H S L
Decimal 185 100 234 0.21 0.57 0 0.08 278.06 0.76 0.65
Hex B9 64 EA 15 39 0 8 116 4C 41
Octal 271 144 352 25 71 0 10 426 114 101
Binary 10111001 1100100 11101010 10101 111001 0 1000 100010110 1001100 1000001

Color Harmonies of #B964EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B964EA

Black with #B964EA

Text Example


Text Example

White with #B964EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B964EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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