Html Css Color HEX #B568CC Medium Orchid

📋 copy color: '#B568CC'

red 181 ◦ green 104 ◦ blue 204

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

Shades of Medium Orchid #B568CC

Tints of Medium Orchid #B568CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 37.01%
G = 21.27%
B = 41.72%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B568CC (or 0xB568CC) is known color: Medium Orchid. HEX triplet: B5, 68 and CC. RGB value is (181,104,204). Sum of RGB (Red+Green+Blue) = 181+104+204=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #B568CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568CC is #4A9733. Grayscale: #8A8A8A. Windows color (decimal): -4888372 or 13396149. OLE color: 13396149.

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

Color convert

RGB 181 104 204 -
CMYK 0.11 0.49 0 0.2
HSL 286.2º 0.5% 0.6% -
HSV(B) 286.2º 0.49% 0.8% -
XYZ 34.91 24.08 59.94 -
YUV 138.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 181 104 204 0.11 0.49 0 0.2 286.2 0.5 0.6
Hex B5 68 CC B 31 0 14 11E 32 3C
Octal 265 150 314 13 61 0 24 436 62 74
Binary 10110101 1101000 11001100 1011 110001 0 10100 100011110 110010 111100

Color Harmonies of #B568CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B568CC

Black with #B568CC

Text Example


Text Example

White with #B568CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B568CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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