Html Css Color HEX #B574CE Medium Orchid

📋 copy color: '#B574CE'

red 181 ◦ green 116 ◦ blue 206

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

Shades of Medium Orchid #B574CE

Tints of Medium Orchid #B574CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.06%

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

R = 35.98%
G = 23.06%
B = 40.95%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B574CE (or 0xB574CE) is known color: Medium Orchid. HEX triplet: B5, 74 and CE. RGB value is (181,116,206). Sum of RGB (Red+Green+Blue) = 181+116+206=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #B574CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574CE is #4A8B31. Grayscale: #919191. Windows color (decimal): -4885298 or 13530293. OLE color: 13530293.

HSL color Cylindrical-coordinate representation of color #B574CE: hue angle of 283.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B574CE is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 116 206 -
CMYK 0.12 0.44 0 0.19
HSL 283.33º 0.48% 0.63% -
HSV(B) 283.33º 0.44% 0.81% -
XYZ 36.44 26.77 61.64 -
YUV 145.7 162.03 153.18 -
System Red Green Blue C M Y K H S L
Decimal 181 116 206 0.12 0.44 0 0.19 283.33 0.48 0.63
Hex B5 74 CE C 2C 0 13 11B 30 3F
Octal 265 164 316 14 54 0 23 433 60 77
Binary 10110101 1110100 11001110 1100 101100 0 10011 100011011 110000 111111

Color Harmonies of #B574CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B574CE

Black with #B574CE

Text Example


Text Example

White with #B574CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B574CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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