Html Css Color HEX #B264DD Medium Orchid

📋 copy color: '#B264DD'

red 178 ◦ green 100 ◦ blue 221

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

Shades of Medium Orchid #B264DD

Tints of Medium Orchid #B264DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 35.67%
G = 20.04%
B = 44.29%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B264DD (or 0xB264DD) is known color: Medium Orchid. HEX triplet: B2, 64 and DD. RGB value is (178,100,221). Sum of RGB (Red+Green+Blue) = 178+100+221=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #B264DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264DD is #4D9B22. Grayscale: #888888. Windows color (decimal): -5085987 or 14509234. OLE color: 14509234.

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

Color convert

RGB 178 100 221 -
CMYK 0.19 0.55 0 0.13
HSL 278.68º 0.64% 0.63% -
HSV(B) 278.68º 0.55% 0.87% -
XYZ 35.97 23.8 71.1 -
YUV 137.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 178 100 221 0.19 0.55 0 0.13 278.68 0.64 0.63
Hex B2 64 DD 13 37 0 D 117 40 3F
Octal 262 144 335 23 67 0 15 427 100 77
Binary 10110010 1100100 11011101 10011 110111 0 1101 100010111 1000000 111111

Color Harmonies of #B264DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B264DD

Black with #B264DD

Text Example


Text Example

White with #B264DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B264DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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