Html Css Color HEX #B568DC Medium Orchid

📋 copy color: '#B568DC'

red 181 ◦ green 104 ◦ blue 220

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

Shades of Medium Orchid #B568DC

Tints of Medium Orchid #B568DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.59%

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 35.84%
G = 20.59%
B = 43.56%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B568DC (or 0xB568DC) is known color: Medium Orchid. HEX triplet: B5, 68 and DC. RGB value is (181,104,220). Sum of RGB (Red+Green+Blue) = 181+104+220=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #B568DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568DC is #4A9723. Grayscale: #8B8B8B. Windows color (decimal): -4888356 or 14444725. OLE color: 14444725.

HSL color Cylindrical-coordinate representation of color #B568DC: hue angle of 279.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B568DC is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 104 220 -
CMYK 0.18 0.53 0 0.14
HSL 279.83º 0.62% 0.64% -
HSV(B) 279.83º 0.53% 0.86% -
XYZ 36.92 24.89 70.57 -
YUV 140.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 181 104 220 0.18 0.53 0 0.14 279.83 0.62 0.64
Hex B5 68 DC 12 35 0 E 118 3E 40
Octal 265 150 334 22 65 0 16 430 76 100
Binary 10110101 1101000 11011100 10010 110101 0 1110 100011000 111110 1000000

Color Harmonies of #B568DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B568DC

Black with #B568DC

Text Example


Text Example

White with #B568DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B568DC; }

 p { color: rgb(181,104,220); }

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

background-color css

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

 a { background-color: rgb(181,104,220); }

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

border-color css

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

 span { border-color: rgb(181,104,220); }

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