Html Css Color HEX #B569C3 Medium Orchid

📋 copy color: '#B569C3'

red 181 ◦ green 105 ◦ blue 195

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

Shades of Medium Orchid #B569C3

Tints of Medium Orchid #B569C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.54%

R = 37.63%
G = 21.83%
B = 40.54%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B569C3 (or 0xB569C3) is known color: Medium Orchid. HEX triplet: B5, 69 and C3. RGB value is (181,105,195). Sum of RGB (Red+Green+Blue) = 181+105+195=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #B569C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569C3 is #4A963C. Grayscale: #898989. Windows color (decimal): -4888125 or 12806581. OLE color: 12806581.

HSL color Cylindrical-coordinate representation of color #B569C3: hue angle of 290.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B569C3 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 105 195 -
CMYK 0.07 0.46 0 0.24
HSL 290.67º 0.43% 0.59% -
HSV(B) 290.67º 0.46% 0.76% -
XYZ 33.96 23.87 54.45 -
YUV 137.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 181 105 195 0.07 0.46 0 0.24 290.67 0.43 0.59
Hex B5 69 C3 7 2E 0 18 123 2B 3B
Octal 265 151 303 7 56 0 30 443 53 73
Binary 10110101 1101001 11000011 111 101110 0 11000 100100011 101011 111011

Color Harmonies of #B569C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569C3

Black with #B569C3

Text Example


Text Example

White with #B569C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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