Html Css Color HEX #B568C5 Medium Orchid

📋 copy color: '#B568C5'

red 181 ◦ green 104 ◦ blue 197

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

Shades of Medium Orchid #B568C5

Tints of Medium Orchid #B568C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 37.55%
G = 21.58%
B = 40.87%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B568C5 (or 0xB568C5) is known color: Medium Orchid. HEX triplet: B5, 68 and C5. RGB value is (181,104,197). Sum of RGB (Red+Green+Blue) = 181+104+197=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #B568C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568C5 is #4A973A. Grayscale: #898989. Windows color (decimal): -4888379 or 12937397. OLE color: 12937397.

HSL color Cylindrical-coordinate representation of color #B568C5: hue angle of 289.68º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B568C5 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 104 197 -
CMYK 0.08 0.47 0 0.23
HSL 289.68º 0.44% 0.59% -
HSV(B) 289.68º 0.47% 0.77% -
XYZ 34.08 23.76 55.61 -
YUV 137.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 181 104 197 0.08 0.47 0 0.23 289.68 0.44 0.59
Hex B5 68 C5 8 2F 0 17 122 2C 3B
Octal 265 150 305 10 57 0 27 442 54 73
Binary 10110101 1101000 11000101 1000 101111 0 10111 100100010 101100 111011

Color Harmonies of #B568C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B568C5

Black with #B568C5

Text Example


Text Example

White with #B568C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B568C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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