Html Css Color HEX #B971E5 Medium Orchid

📋 copy color: '#B971E5'

red 185 ◦ green 113 ◦ blue 229

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

Shades of Medium Orchid #B971E5

Tints of Medium Orchid #B971E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.45%

R = 35.1%
G = 21.44%
B = 43.45%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B971E5 (or 0xB971E5) is known color: Medium Orchid. HEX triplet: B9, 71 and E5. RGB value is (185,113,229). Sum of RGB (Red+Green+Blue) = 185+113+229=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #B971E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971E5 is #468E1A. Grayscale: #939393. Windows color (decimal): -4623899 or 15036857. OLE color: 15036857.

HSL color Cylindrical-coordinate representation of color #B971E5: hue angle of 277.24º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B971E5 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 113 229 -
CMYK 0.19 0.51 0 0.10
HSL 277.24º 0.69% 0.67% -
HSV(B) 277.24º 0.51% 0.9% -
XYZ 40.06 27.78 77.38 -
YUV 147.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 185 113 229 0.19 0.51 0 0.10 277.24 0.69 0.67
Hex B9 71 E5 13 33 0 A 115 45 43
Octal 271 161 345 23 63 0 12 425 105 103
Binary 10111001 1110001 11100101 10011 110011 0 1010 100010101 1000101 1000011

Color Harmonies of #B971E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971E5

Black with #B971E5

Text Example


Text Example

White with #B971E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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