Html Css Color HEX #B971C6 Medium Orchid

📋 copy color: '#B971C6'

red 185 ◦ green 113 ◦ blue 198

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

Shades of Medium Orchid #B971C6

Tints of Medium Orchid #B971C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.92%

R = 37.3%
G = 22.78%
B = 39.92%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B971C6 (or 0xB971C6) is known color: Medium Orchid. HEX triplet: B9, 71 and C6. RGB value is (185,113,198). Sum of RGB (Red+Green+Blue) = 185+113+198=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #B971C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971C6 is #468E39. Grayscale: #8F8F8F. Windows color (decimal): -4623930 or 13005241. OLE color: 13005241.

HSL color Cylindrical-coordinate representation of color #B971C6: hue angle of 290.82º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B971C6 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 113 198 -
CMYK 0.07 0.43 0 0.22
HSL 290.82º 0.43% 0.61% -
HSV(B) 290.82º 0.43% 0.78% -
XYZ 36.11 26.2 56.58 -
YUV 144.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 185 113 198 0.07 0.43 0 0.22 290.82 0.43 0.61
Hex B9 71 C6 7 2B 0 16 123 2B 3D
Octal 271 161 306 7 53 0 26 443 53 75
Binary 10111001 1110001 11000110 111 101011 0 10110 100100011 101011 111101

Color Harmonies of #B971C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971C6

Black with #B971C6

Text Example


Text Example

White with #B971C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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