Html Css Color HEX #B264DF Medium Orchid

📋 copy color: '#B264DF'

red 178 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #B264DF

Tints of Medium Orchid #B264DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 35.53%
G = 19.96%
B = 44.51%

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

#B264DF (or 0xB264DF) is known color: Medium Orchid. HEX triplet: B2, 64 and DF. RGB value is (178,100,223). Sum of RGB (Red+Green+Blue) = 178+100+223=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #B264DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264DF is #4D9B20. Grayscale: #888888. Windows color (decimal): -5085985 or 14640306. OLE color: 14640306.

HSL color Cylindrical-coordinate representation of color #B264DF: hue angle of 278.05º degrees, saturation: 0.66, 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 #B264DF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 100 223 -
CMYK 0.20 0.55 0 0.13
HSL 278.05º 0.66% 0.63% -
HSV(B) 278.05º 0.55% 0.87% -
XYZ 36.24 23.91 72.52 -
YUV 137.34 176.34 157 -
System Red Green Blue C M Y K H S L
Decimal 178 100 223 0.20 0.55 0 0.13 278.05 0.66 0.63
Hex B2 64 DF 14 37 0 D 116 42 3F
Octal 262 144 337 24 67 0 15 426 102 77
Binary 10110010 1100100 11011111 10100 110111 0 1101 100010110 1000010 111111

Color Harmonies of #B264DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B264DF

Black with #B264DF

Text Example


Text Example

White with #B264DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B264DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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