Html Css Color HEX #B971CF Medium Orchid

📋 copy color: '#B971CF'

red 185 ◦ green 113 ◦ blue 207

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

Shades of Medium Orchid #B971CF

Tints of Medium Orchid #B971CF

RGB

 RED value IS 185 (72.66% from 255) = 36.63%

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

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

R = 36.63%
G = 22.38%
B = 40.99%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B971CF (or 0xB971CF) is known color: Medium Orchid. HEX triplet: B9, 71 and CF. RGB value is (185,113,207). Sum of RGB (Red+Green+Blue) = 185+113+207=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #B971CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971CF is #468E30. Grayscale: #909090. Windows color (decimal): -4623921 or 13595065. OLE color: 13595065.

HSL color Cylindrical-coordinate representation of color #B971CF: hue angle of 285.96º 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 #B971CF is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 113 207 -
CMYK 0.11 0.45 0 0.19
HSL 285.96º 0.49% 0.63% -
HSV(B) 285.96º 0.45% 0.81% -
XYZ 37.18 26.63 62.21 -
YUV 145.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 185 113 207 0.11 0.45 0 0.19 285.96 0.49 0.63
Hex B9 71 CF B 2D 0 13 11E 31 3F
Octal 271 161 317 13 55 0 23 436 61 77
Binary 10111001 1110001 11001111 1011 101101 0 10011 100011110 110001 111111

Color Harmonies of #B971CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971CF

Black with #B971CF

Text Example


Text Example

White with #B971CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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