Html Css Color HEX #B970E0 Medium Orchid

📋 copy color: '#B970E0'

red 185 ◦ green 112 ◦ blue 224

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

Shades of Medium Orchid #B970E0

Tints of Medium Orchid #B970E0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.5%

 BLUE value IS 224 (87.89% from 255) = 42.99%

R = 35.51%
G = 21.5%
B = 42.99%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B970E0 (or 0xB970E0) is known color: Medium Orchid. HEX triplet: B9, 70 and E0. RGB value is (185,112,224). Sum of RGB (Red+Green+Blue) = 185+112+224=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #B970E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970E0 is #468F1F. Grayscale: #929292. Windows color (decimal): -4624160 or 14708921. OLE color: 14708921.

HSL color Cylindrical-coordinate representation of color #B970E0: hue angle of 279.11º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B970E0 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 112 224 -
CMYK 0.17 0.50 0 0.12
HSL 279.11º 0.64% 0.66% -
HSV(B) 279.11º 0.5% 0.88% -
XYZ 39.26 27.28 73.72 -
YUV 146.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 185 112 224 0.17 0.50 0 0.12 279.11 0.64 0.66
Hex B9 70 E0 11 32 0 C 117 40 42
Octal 271 160 340 21 62 0 14 427 100 102
Binary 10111001 1110000 11100000 10001 110010 0 1100 100010111 1000000 1000010

Color Harmonies of #B970E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970E0

Black with #B970E0

Text Example


Text Example

White with #B970E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970E0; }

 p { color: rgb(185,112,224); }

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

background-color css

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

 a { background-color: rgb(185,112,224); }

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

border-color css

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

 span { border-color: rgb(185,112,224); }

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