Html Css Color HEX #B569CB Medium Orchid

📋 copy color: '#B569CB'

red 181 ◦ green 105 ◦ blue 203

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

Shades of Medium Orchid #B569CB

Tints of Medium Orchid #B569CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 37.01%
G = 21.47%
B = 41.51%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B569CB (or 0xB569CB) is known color: Medium Orchid. HEX triplet: B5, 69 and CB. RGB value is (181,105,203). Sum of RGB (Red+Green+Blue) = 181+105+203=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #B569CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569CB is #4A9634. Grayscale: #8A8A8A. Windows color (decimal): -4888117 or 13330869. OLE color: 13330869.

HSL color Cylindrical-coordinate representation of color #B569CB: hue angle of 286.53º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B569CB is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 105 203 -
CMYK 0.11 0.48 0 0.20
HSL 286.53º 0.49% 0.6% -
HSV(B) 286.53º 0.48% 0.8% -
XYZ 34.89 24.24 59.34 -
YUV 138.9 164.18 158.03 -
System Red Green Blue C M Y K H S L
Decimal 181 105 203 0.11 0.48 0 0.20 286.53 0.49 0.6
Hex B5 69 CB B 30 0 14 11F 31 3C
Octal 265 151 313 13 60 0 24 437 61 74
Binary 10110101 1101001 11001011 1011 110000 0 10100 100011111 110001 111100

Color Harmonies of #B569CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569CB

Black with #B569CB

Text Example


Text Example

White with #B569CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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