Html Css Color HEX #B569CA Medium Orchid

📋 copy color: '#B569CA'

red 181 ◦ green 105 ◦ blue 202

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

Shades of Medium Orchid #B569CA

Tints of Medium Orchid #B569CA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.52%

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

R = 37.09%
G = 21.52%
B = 41.39%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B569CA (or 0xB569CA) is known color: Medium Orchid. HEX triplet: B5, 69 and CA. RGB value is (181,105,202). Sum of RGB (Red+Green+Blue) = 181+105+202=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #B569CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569CA is #4A9635. Grayscale: #8A8A8A. Windows color (decimal): -4888118 or 13265333. OLE color: 13265333.

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

Color convert

RGB 181 105 202 -
CMYK 0.10 0.48 0 0.21
HSL 287.01º 0.48% 0.6% -
HSV(B) 287.01º 0.48% 0.79% -
XYZ 34.77 24.19 58.71 -
YUV 138.78 163.68 158.11 -
System Red Green Blue C M Y K H S L
Decimal 181 105 202 0.10 0.48 0 0.21 287.01 0.48 0.6
Hex B5 69 CA A 30 0 15 11F 30 3C
Octal 265 151 312 12 60 0 25 437 60 74
Binary 10110101 1101001 11001010 1010 110000 0 10101 100011111 110000 111100

Color Harmonies of #B569CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569CA

Black with #B569CA

Text Example


Text Example

White with #B569CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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