Html Css Color HEX #B971EF Medium Orchid

📋 copy color: '#B971EF'

red 185 ◦ green 113 ◦ blue 239

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

Shades of Medium Orchid #B971EF

Tints of Medium Orchid #B971EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 34.45%
G = 21.04%
B = 44.51%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B971EF (or 0xB971EF) is known color: Medium Orchid. HEX triplet: B9, 71 and EF. RGB value is (185,113,239). Sum of RGB (Red+Green+Blue) = 185+113+239=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #B971EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971EF is #468E10. Grayscale: #949494. Windows color (decimal): -4623889 or 15692217. OLE color: 15692217.

HSL color Cylindrical-coordinate representation of color #B971EF: hue angle of 274.29º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B971EF is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 113 239 -
CMYK 0.23 0.53 0 0.06
HSL 274.29º 0.8% 0.69% -
HSV(B) 274.29º 0.53% 0.94% -
XYZ 41.49 28.36 84.95 -
YUV 148.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 185 113 239 0.23 0.53 0 0.06 274.29 0.8 0.69
Hex B9 71 EF 17 35 0 6 112 50 45
Octal 271 161 357 27 65 0 6 422 120 105
Binary 10111001 1110001 11101111 10111 110101 0 110 100010010 1010000 1000101

Color Harmonies of #B971EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971EF

Black with #B971EF

Text Example


Text Example

White with #B971EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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