Html Css Color HEX #B264DE Medium Orchid

📋 copy color: '#B264DE'

red 178 ◦ green 100 ◦ blue 222

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

Shades of Medium Orchid #B264DE

Tints of Medium Orchid #B264DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 35.6%
G = 20%
B = 44.4%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B264DE (or 0xB264DE) is known color: Medium Orchid. HEX triplet: B2, 64 and DE. RGB value is (178,100,222). Sum of RGB (Red+Green+Blue) = 178+100+222=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #B264DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264DE is #4D9B21. Grayscale: #888888. Windows color (decimal): -5085986 or 14574770. OLE color: 14574770.

HSL color Cylindrical-coordinate representation of color #B264DE: hue angle of 278.36º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B264DE is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 100 222 -
CMYK 0.20 0.55 0 0.13
HSL 278.36º 0.65% 0.63% -
HSV(B) 278.36º 0.55% 0.87% -
XYZ 36.1 23.85 71.81 -
YUV 137.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 178 100 222 0.20 0.55 0 0.13 278.36 0.65 0.63
Hex B2 64 DE 14 37 0 D 116 41 3F
Octal 262 144 336 24 67 0 15 426 101 77
Binary 10110010 1100100 11011110 10100 110111 0 1101 100010110 1000001 111111

Color Harmonies of #B264DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B264DE

Black with #B264DE

Text Example


Text Example

White with #B264DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B264DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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