Html Css Color HEX #B564F6 Medium Orchid

📋 copy color: '#B564F6'

red 181 ◦ green 100 ◦ blue 246

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

Shades of Medium Orchid #B564F6

Tints of Medium Orchid #B564F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.68%

R = 34.35%
G = 18.98%
B = 46.68%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B564F6 (or 0xB564F6) is known color: Medium Orchid. HEX triplet: B5, 64 and F6. RGB value is (181,100,246). Sum of RGB (Red+Green+Blue) = 181+100+246=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #B564F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564F6 is #4A9B09. Grayscale: #8C8C8C. Windows color (decimal): -4889354 or 16147637. OLE color: 16147637.

HSL color Cylindrical-coordinate representation of color #B564F6: hue angle of 273.29º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B564F6 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 100 246 -
CMYK 0.26 0.59 0 0.04
HSL 273.29º 0.89% 0.68% -
HSV(B) 273.29º 0.59% 0.96% -
XYZ 40.25 25.59 90.01 -
YUV 140.86 187.34 156.63 -
System Red Green Blue C M Y K H S L
Decimal 181 100 246 0.26 0.59 0 0.04 273.29 0.89 0.68
Hex B5 64 F6 1A 3B 0 4 111 59 44
Octal 265 144 366 32 73 0 4 421 131 104
Binary 10110101 1100100 11110110 11010 111011 0 100 100010001 1011001 1000100

Color Harmonies of #B564F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564F6

Black with #B564F6

Text Example


Text Example

White with #B564F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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