Html Css Color HEX #B970E7 Medium Orchid

📋 copy color: '#B970E7'

red 185 ◦ green 112 ◦ blue 231

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

Shades of Medium Orchid #B970E7

Tints of Medium Orchid #B970E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.75%

R = 35.04%
G = 21.21%
B = 43.75%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B970E7 (or 0xB970E7) is known color: Medium Orchid. HEX triplet: B9, 70 and E7. RGB value is (185,112,231). Sum of RGB (Red+Green+Blue) = 185+112+231=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 231 - color contains mainly: blue. Hex color #B970E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B970E7 is #468F18. Grayscale: #929292. Windows color (decimal): -4624153 or 15167673. OLE color: 15167673.

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

Color convert

RGB 185 112 231 -
CMYK 0.20 0.52 0 0.09
HSL 276.81º 0.71% 0.67% -
HSV(B) 276.81º 0.52% 0.91% -
XYZ 40.23 27.67 78.82 -
YUV 147.39 175.18 154.82 -
System Red Green Blue C M Y K H S L
Decimal 185 112 231 0.20 0.52 0 0.09 276.81 0.71 0.67
Hex B9 70 E7 14 34 0 9 115 47 43
Octal 271 160 347 24 64 0 11 425 107 103
Binary 10111001 1110000 11100111 10100 110100 0 1001 100010101 1000111 1000011

Color Harmonies of #B970E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970E7

Black with #B970E7

Text Example


Text Example

White with #B970E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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