Html Css Color HEX #B564EB Medium Orchid

📋 copy color: '#B564EB'

red 181 ◦ green 100 ◦ blue 235

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

Shades of Medium Orchid #B564EB

Tints of Medium Orchid #B564EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 35.08%
G = 19.38%
B = 45.54%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B564EB (or 0xB564EB) is known color: Medium Orchid. HEX triplet: B5, 64 and EB. RGB value is (181,100,235). Sum of RGB (Red+Green+Blue) = 181+100+235=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #B564EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564EB is #4A9B14. Grayscale: #8B8B8B. Windows color (decimal): -4889365 or 15426741. OLE color: 15426741.

HSL color Cylindrical-coordinate representation of color #B564EB: hue angle of 276º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B564EB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 100 235 -
CMYK 0.23 0.57 0 0.08
HSL 276º 0.77% 0.66% -
HSV(B) 276º 0.57% 0.92% -
XYZ 38.61 24.94 81.38 -
YUV 139.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 181 100 235 0.23 0.57 0 0.08 276 0.77 0.66
Hex B5 64 EB 17 39 0 8 114 4D 42
Octal 265 144 353 27 71 0 10 424 115 102
Binary 10110101 1100100 11101011 10111 111001 0 1000 100010100 1001101 1000010

Color Harmonies of #B564EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564EB

Black with #B564EB

Text Example


Text Example

White with #B564EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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