Html Css Color HEX #B971E9 Medium Orchid

📋 copy color: '#B971E9'

red 185 ◦ green 113 ◦ blue 233

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

Shades of Medium Orchid #B971E9

Tints of Medium Orchid #B971E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.88%

R = 34.84%
G = 21.28%
B = 43.88%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B971E9 (or 0xB971E9) is known color: Medium Orchid. HEX triplet: B9, 71 and E9. RGB value is (185,113,233). Sum of RGB (Red+Green+Blue) = 185+113+233=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #B971E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971E9 is #468E16. Grayscale: #939393. Windows color (decimal): -4623895 or 15299001. OLE color: 15299001.

HSL color Cylindrical-coordinate representation of color #B971E9: hue angle of 276º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B971E9 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 113 233 -
CMYK 0.21 0.52 0 0.09
HSL 276º 0.73% 0.68% -
HSV(B) 276º 0.52% 0.91% -
XYZ 40.62 28.01 80.36 -
YUV 148.21 175.85 154.24 -
System Red Green Blue C M Y K H S L
Decimal 185 113 233 0.21 0.52 0 0.09 276 0.73 0.68
Hex B9 71 E9 15 34 0 9 114 49 44
Octal 271 161 351 25 64 0 11 424 111 104
Binary 10111001 1110001 11101001 10101 110100 0 1001 100010100 1001001 1000100

Color Harmonies of #B971E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971E9

Black with #B971E9

Text Example


Text Example

White with #B971E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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