Html Css Color HEX #B568CE Medium Orchid

📋 copy color: '#B568CE'

red 181 ◦ green 104 ◦ blue 206

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

Shades of Medium Orchid #B568CE

Tints of Medium Orchid #B568CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 36.86%
G = 21.18%
B = 41.96%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B568CE (or 0xB568CE) is known color: Medium Orchid. HEX triplet: B5, 68 and CE. RGB value is (181,104,206). Sum of RGB (Red+Green+Blue) = 181+104+206=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #B568CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568CE is #4A9731. Grayscale: #8A8A8A. Windows color (decimal): -4888370 or 13527221. OLE color: 13527221.

HSL color Cylindrical-coordinate representation of color #B568CE: hue angle of 285.29º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B568CE is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 104 206 -
CMYK 0.12 0.50 0 0.19
HSL 285.29º 0.51% 0.61% -
HSV(B) 285.29º 0.5% 0.81% -
XYZ 35.15 24.18 61.21 -
YUV 138.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 181 104 206 0.12 0.50 0 0.19 285.29 0.51 0.61
Hex B5 68 CE C 32 0 13 11D 33 3D
Octal 265 150 316 14 62 0 23 435 63 75
Binary 10110101 1101000 11001110 1100 110010 0 10011 100011101 110011 111101

Color Harmonies of #B568CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B568CE

Black with #B568CE

Text Example


Text Example

White with #B568CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B568CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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