Html Css Color HEX #B264D7 Medium Orchid

📋 copy color: '#B264D7'

red 178 ◦ green 100 ◦ blue 215

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

Shades of Medium Orchid #B264D7

Tints of Medium Orchid #B264D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.61%

R = 36.11%
G = 20.28%
B = 43.61%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B264D7 (or 0xB264D7) is known color: Medium Orchid. HEX triplet: B2, 64 and D7. RGB value is (178,100,215). Sum of RGB (Red+Green+Blue) = 178+100+215=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #B264D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264D7 is #4D9B28. Grayscale: #888888. Windows color (decimal): -5085993 or 14116018. OLE color: 14116018.

HSL color Cylindrical-coordinate representation of color #B264D7: hue angle of 280.7º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B264D7 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 100 215 -
CMYK 0.17 0.53 0 0.16
HSL 280.7º 0.59% 0.62% -
HSV(B) 280.7º 0.53% 0.84% -
XYZ 35.18 23.49 66.97 -
YUV 136.43 172.34 157.65 -
System Red Green Blue C M Y K H S L
Decimal 178 100 215 0.17 0.53 0 0.16 280.7 0.59 0.62
Hex B2 64 D7 11 35 0 10 119 3B 3E
Octal 262 144 327 21 65 0 20 431 73 76
Binary 10110010 1100100 11010111 10001 110101 0 10000 100011001 111011 111110

Color Harmonies of #B264D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B264D7

Black with #B264D7

Text Example


Text Example

White with #B264D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B264D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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