Html Css Color HEX #B571CF Medium Orchid

📋 copy color: '#B571CF'

red 181 ◦ green 113 ◦ blue 207

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

Shades of Medium Orchid #B571CF

Tints of Medium Orchid #B571CF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.55%

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 36.13%
G = 22.55%
B = 41.32%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B571CF (or 0xB571CF) is known color: Medium Orchid. HEX triplet: B5, 71 and CF. RGB value is (181,113,207). Sum of RGB (Red+Green+Blue) = 181+113+207=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #B571CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571CF is #4A8E30. Grayscale: #8F8F8F. Windows color (decimal): -4886065 or 13595061. OLE color: 13595061.

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

Color convert

RGB 181 113 207 -
CMYK 0.13 0.45 0 0.19
HSL 283.4º 0.49% 0.63% -
HSV(B) 283.4º 0.45% 0.81% -
XYZ 36.22 26.14 62.17 -
YUV 144.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 181 113 207 0.13 0.45 0 0.19 283.4 0.49 0.63
Hex B5 71 CF D 2D 0 13 11B 31 3F
Octal 265 161 317 15 55 0 23 433 61 77
Binary 10110101 1110001 11001111 1101 101101 0 10011 100011011 110001 111111

Color Harmonies of #B571CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B571CF

Black with #B571CF

Text Example


Text Example

White with #B571CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B571CF; }

 p { color: rgb(181,113,207); }

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

background-color css

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

 a { background-color: rgb(181,113,207); }

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

border-color css

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

 span { border-color: rgb(181,113,207); }

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