Html Css Color HEX #B971EC Medium Orchid

📋 copy color: '#B971EC'

red 185 ◦ green 113 ◦ blue 236

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

Shades of Medium Orchid #B971EC

Tints of Medium Orchid #B971EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.19%

R = 34.64%
G = 21.16%
B = 44.19%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B971EC (or 0xB971EC) is known color: Medium Orchid. HEX triplet: B9, 71 and EC. RGB value is (185,113,236). Sum of RGB (Red+Green+Blue) = 185+113+236=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #B971EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971EC is #468E13. Grayscale: #949494. Windows color (decimal): -4623892 or 15495609. OLE color: 15495609.

HSL color Cylindrical-coordinate representation of color #B971EC: hue angle of 275.12º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B971EC is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 113 236 -
CMYK 0.22 0.52 0 0.07
HSL 275.12º 0.76% 0.68% -
HSV(B) 275.12º 0.52% 0.93% -
XYZ 41.05 28.18 82.63 -
YUV 148.55 177.35 154 -
System Red Green Blue C M Y K H S L
Decimal 185 113 236 0.22 0.52 0 0.07 275.12 0.76 0.68
Hex B9 71 EC 16 34 0 7 113 4C 44
Octal 271 161 354 26 64 0 7 423 114 104
Binary 10111001 1110001 11101100 10110 110100 0 111 100010011 1001100 1000100

Color Harmonies of #B971EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971EC

Black with #B971EC

Text Example


Text Example

White with #B971EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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