Html Css Color HEX #B568C8 Medium Orchid

📋 copy color: '#B568C8'

red 181 ◦ green 104 ◦ blue 200

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

Shades of Medium Orchid #B568C8

Tints of Medium Orchid #B568C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.24%

R = 37.32%
G = 21.44%
B = 41.24%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B568C8 (or 0xB568C8) is known color: Medium Orchid. HEX triplet: B5, 68 and C8. RGB value is (181,104,200). Sum of RGB (Red+Green+Blue) = 181+104+200=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 200 - color contains mainly: blue. Hex color #B568C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568C8 is #4A9737. Grayscale: #898989. Windows color (decimal): -4888376 or 13134005. OLE color: 13134005.

HSL color Cylindrical-coordinate representation of color #B568C8: hue angle of 288.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B568C8 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 104 200 -
CMYK 0.09 0.48 0 0.22
HSL 288.13º 0.47% 0.6% -
HSV(B) 288.13º 0.48% 0.78% -
XYZ 34.43 23.89 57.44 -
YUV 137.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 181 104 200 0.09 0.48 0 0.22 288.13 0.47 0.6
Hex B5 68 C8 9 30 0 16 120 2F 3C
Octal 265 150 310 11 60 0 26 440 57 74
Binary 10110101 1101000 11001000 1001 110000 0 10110 100100000 101111 111100

Color Harmonies of #B568C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B568C8

Black with #B568C8

Text Example


Text Example

White with #B568C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B568C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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