Html Css Color HEX #B564E4 Medium Orchid

📋 copy color: '#B564E4'

red 181 ◦ green 100 ◦ blue 228

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

Shades of Medium Orchid #B564E4

Tints of Medium Orchid #B564E4

RGB

 RED value IS 181 (71.09% from 255) = 35.56%

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

 BLUE value IS 228 (89.45% from 255) = 44.79%

R = 35.56%
G = 19.65%
B = 44.79%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B564E4 (or 0xB564E4) is known color: Medium Orchid. HEX triplet: B5, 64 and E4. RGB value is (181,100,228). Sum of RGB (Red+Green+Blue) = 181+100+228=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #B564E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564E4 is #4A9B1B. Grayscale: #8A8A8A. Windows color (decimal): -4889372 or 14967989. OLE color: 14967989.

HSL color Cylindrical-coordinate representation of color #B564E4: hue angle of 277.97º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B564E4 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 100 228 -
CMYK 0.21 0.56 0 0.11
HSL 277.97º 0.7% 0.64% -
HSV(B) 277.97º 0.56% 0.89% -
XYZ 37.62 24.54 76.15 -
YUV 138.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 181 100 228 0.21 0.56 0 0.11 277.97 0.7 0.64
Hex B5 64 E4 15 38 0 B 116 46 40
Octal 265 144 344 25 70 0 13 426 106 100
Binary 10110101 1100100 11100100 10101 111000 0 1011 100010110 1000110 1000000

Color Harmonies of #B564E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564E4

Black with #B564E4

Text Example


Text Example

White with #B564E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564E4; }

 p { color: rgb(181,100,228); }

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

background-color css

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

 a { background-color: rgb(181,100,228); }

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

border-color css

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

 span { border-color: rgb(181,100,228); }

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