Html Css Color HEX #B566CA Medium Orchid

📋 copy color: '#B566CA'

red 181 ◦ green 102 ◦ blue 202

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

Shades of Medium Orchid #B566CA

Tints of Medium Orchid #B566CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 37.32%
G = 21.03%
B = 41.65%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B566CA (or 0xB566CA) is known color: Medium Orchid. HEX triplet: B5, 66 and CA. RGB value is (181,102,202). Sum of RGB (Red+Green+Blue) = 181+102+202=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #B566CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566CA is #4A9935. Grayscale: #888888. Windows color (decimal): -4888886 or 13264565. OLE color: 13264565.

HSL color Cylindrical-coordinate representation of color #B566CA: hue angle of 287.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B566CA is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 102 202 -
CMYK 0.10 0.50 0 0.21
HSL 287.4º 0.49% 0.6% -
HSV(B) 287.4º 0.5% 0.79% -
XYZ 34.47 23.59 58.61 -
YUV 137.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 181 102 202 0.10 0.50 0 0.21 287.4 0.49 0.6
Hex B5 66 CA A 32 0 15 11F 31 3C
Octal 265 146 312 12 62 0 25 437 61 74
Binary 10110101 1100110 11001010 1010 110010 0 10101 100011111 110001 111100

Color Harmonies of #B566CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566CA

Black with #B566CA

Text Example


Text Example

White with #B566CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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