Html Css Color HEX #B566DA Medium Orchid

📋 copy color: '#B566DA'

red 181 ◦ green 102 ◦ blue 218

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

Shades of Medium Orchid #B566DA

Tints of Medium Orchid #B566DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 36.13%
G = 20.36%
B = 43.51%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B566DA (or 0xB566DA) is known color: Medium Orchid. HEX triplet: B5, 66 and DA. RGB value is (181,102,218). Sum of RGB (Red+Green+Blue) = 181+102+218=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #B566DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566DA is #4A9925. Grayscale: #8A8A8A. Windows color (decimal): -4888870 or 14313141. OLE color: 14313141.

HSL color Cylindrical-coordinate representation of color #B566DA: hue angle of 280.86º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B566DA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 102 218 -
CMYK 0.17 0.53 0 0.15
HSL 280.86º 0.61% 0.63% -
HSV(B) 280.86º 0.53% 0.85% -
XYZ 36.46 24.39 69.12 -
YUV 138.85 172.67 158.07 -
System Red Green Blue C M Y K H S L
Decimal 181 102 218 0.17 0.53 0 0.15 280.86 0.61 0.63
Hex B5 66 DA 11 35 0 F 119 3D 3F
Octal 265 146 332 21 65 0 17 431 75 77
Binary 10110101 1100110 11011010 10001 110101 0 1111 100011001 111101 111111

Color Harmonies of #B566DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566DA

Black with #B566DA

Text Example


Text Example

White with #B566DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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