Html Css Color HEX #B264DC Medium Orchid

📋 copy color: '#B264DC'

red 178 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #B264DC

Tints of Medium Orchid #B264DC

RGB

 RED value IS 178 (69.92% from 255) = 35.74%

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

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

R = 35.74%
G = 20.08%
B = 44.18%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B264DC (or 0xB264DC) is known color: Medium Orchid. HEX triplet: B2, 64 and DC. RGB value is (178,100,220). Sum of RGB (Red+Green+Blue) = 178+100+220=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #B264DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264DC is #4D9B23. Grayscale: #888888. Windows color (decimal): -5085988 or 14443698. OLE color: 14443698.

HSL color Cylindrical-coordinate representation of color #B264DC: hue angle of 279º 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 #B264DC is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 100 220 -
CMYK 0.19 0.55 0 0.14
HSL 279º 0.63% 0.63% -
HSV(B) 279º 0.55% 0.86% -
XYZ 35.84 23.75 70.4 -
YUV 137 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 178 100 220 0.19 0.55 0 0.14 279 0.63 0.63
Hex B2 64 DC 13 37 0 E 117 3F 3F
Octal 262 144 334 23 67 0 16 427 77 77
Binary 10110010 1100100 11011100 10011 110111 0 1110 100010111 111111 111111

Color Harmonies of #B264DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B264DC

Black with #B264DC

Text Example


Text Example

White with #B264DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B264DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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