Html Css Color HEX #B964DC Medium Orchid

📋 copy color: '#B964DC'

red 185 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #B964DC

Tints of Medium Orchid #B964DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 36.63%
G = 19.8%
B = 43.56%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B964DC (or 0xB964DC) is known color: Medium Orchid. HEX triplet: B9, 64 and DC. RGB value is (185,100,220). Sum of RGB (Red+Green+Blue) = 185+100+220=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #B964DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964DC is #469B23. Grayscale: #8A8A8A. Windows color (decimal): -4627236 or 14443705. OLE color: 14443705.

HSL color Cylindrical-coordinate representation of color #B964DC: hue angle of 282.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B964DC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 100 220 -
CMYK 0.16 0.55 0 0.14
HSL 282.5º 0.63% 0.63% -
HSV(B) 282.5º 0.55% 0.86% -
XYZ 37.48 24.6 70.48 -
YUV 139.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 185 100 220 0.16 0.55 0 0.14 282.5 0.63 0.63
Hex B9 64 DC 10 37 0 E 11A 3F 3F
Octal 271 144 334 20 67 0 16 432 77 77
Binary 10111001 1100100 11011100 10000 110111 0 1110 100011010 111111 111111

Color Harmonies of #B964DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B964DC

Black with #B964DC

Text Example


Text Example

White with #B964DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B964DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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