Html Css Color HEX #B566D7 Medium Orchid

📋 copy color: '#B566D7'

red 181 ◦ green 102 ◦ blue 215

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

Shades of Medium Orchid #B566D7

Tints of Medium Orchid #B566D7

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.48%

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

R = 36.35%
G = 20.48%
B = 43.17%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B566D7 (or 0xB566D7) is known color: Medium Orchid. HEX triplet: B5, 66 and D7. RGB value is (181,102,215). Sum of RGB (Red+Green+Blue) = 181+102+215=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #B566D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566D7 is #4A9928. Grayscale: #8A8A8A. Windows color (decimal): -4888873 or 14116533. OLE color: 14116533.

HSL color Cylindrical-coordinate representation of color #B566D7: hue angle of 281.95º 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 #B566D7 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 102 215 -
CMYK 0.16 0.53 0 0.16
HSL 281.95º 0.59% 0.62% -
HSV(B) 281.95º 0.53% 0.84% -
XYZ 36.07 24.23 67.07 -
YUV 138.5 171.17 158.31 -
System Red Green Blue C M Y K H S L
Decimal 181 102 215 0.16 0.53 0 0.16 281.95 0.59 0.62
Hex B5 66 D7 10 35 0 10 11A 3B 3E
Octal 265 146 327 20 65 0 20 432 73 76
Binary 10110101 1100110 11010111 10000 110101 0 10000 100011010 111011 111110

Color Harmonies of #B566D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566D7

Black with #B566D7

Text Example


Text Example

White with #B566D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566D7; }

 p { color: rgb(181,102,215); }

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

background-color css

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

 a { background-color: rgb(181,102,215); }

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

border-color css

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

 span { border-color: rgb(181,102,215); }

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