Html Css Color HEX #B566E2 Medium Orchid

📋 copy color: '#B566E2'

red 181 ◦ green 102 ◦ blue 226

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

Shades of Medium Orchid #B566E2

Tints of Medium Orchid #B566E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.4%

R = 35.56%
G = 20.04%
B = 44.4%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B566E2 (or 0xB566E2) is known color: Medium Orchid. HEX triplet: B5, 66 and E2. RGB value is (181,102,226). Sum of RGB (Red+Green+Blue) = 181+102+226=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 226 - color contains mainly: blue. Hex color #B566E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566E2 is #4A991D. Grayscale: #8B8B8B. Windows color (decimal): -4888862 or 14837429. OLE color: 14837429.

HSL color Cylindrical-coordinate representation of color #B566E2: hue angle of 278.23º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B566E2 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 102 226 -
CMYK 0.20 0.55 0 0.11
HSL 278.23º 0.68% 0.64% -
HSV(B) 278.23º 0.55% 0.89% -
XYZ 37.53 24.82 74.76 -
YUV 139.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 181 102 226 0.20 0.55 0 0.11 278.23 0.68 0.64
Hex B5 66 E2 14 37 0 B 116 44 40
Octal 265 146 342 24 67 0 13 426 104 100
Binary 10110101 1100110 11100010 10100 110111 0 1011 100010110 1000100 1000000

Color Harmonies of #B566E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566E2

Black with #B566E2

Text Example


Text Example

White with #B566E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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