Html Css Color HEX #B564FB Medium Orchid

📋 copy color: '#B564FB'

red 181 ◦ green 100 ◦ blue 251

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

Shades of Medium Orchid #B564FB

Tints of Medium Orchid #B564FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.18%

R = 34.02%
G = 18.8%
B = 47.18%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B564FB (or 0xB564FB) is known color: Medium Orchid. HEX triplet: B5, 64 and FB. RGB value is (181,100,251). Sum of RGB (Red+Green+Blue) = 181+100+251=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #B564FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564FB is #4A9B04. Grayscale: #8C8C8C. Windows color (decimal): -4889349 or 16475317. OLE color: 16475317.

HSL color Cylindrical-coordinate representation of color #B564FB: hue angle of 272.19º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B564FB is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 100 251 -
CMYK 0.28 0.60 0 0.02
HSL 272.19º 0.95% 0.69% -
HSV(B) 272.19º 0.6% 0.98% -
XYZ 41.03 25.9 94.1 -
YUV 141.43 189.84 156.22 -
System Red Green Blue C M Y K H S L
Decimal 181 100 251 0.28 0.60 0 0.02 272.19 0.95 0.69
Hex B5 64 FB 1C 3C 0 2 110 5F 45
Octal 265 144 373 34 74 0 2 420 137 105
Binary 10110101 1100100 11111011 11100 111100 0 10 100010000 1011111 1000101

Color Harmonies of #B564FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564FB

Black with #B564FB

Text Example


Text Example

White with #B564FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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