Html Css Color HEX #BF70E7 Medium Orchid

📋 copy color: '#BF70E7'

red 191 ◦ green 112 ◦ blue 231

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

Shades of Medium Orchid #BF70E7

Tints of Medium Orchid #BF70E7

RGB

 RED value IS 191 (75% from 255) = 35.77%

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

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

R = 35.77%
G = 20.97%
B = 43.26%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF70E7 (or 0xBF70E7) is known color: Medium Orchid. HEX triplet: BF, 70 and E7. RGB value is (191,112,231). Sum of RGB (Red+Green+Blue) = 191+112+231=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF70E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF70E7 is #408F18. Grayscale: #949494. Windows color (decimal): -4230937 or 15167679. OLE color: 15167679.

HSL color Cylindrical-coordinate representation of color #BF70E7: hue angle of 279.83º 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 #BF70E7 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 112 231 -
CMYK 0.17 0.52 0 0.09
HSL 279.83º 0.71% 0.67% -
HSV(B) 279.83º 0.52% 0.91% -
XYZ 41.7 28.43 78.89 -
YUV 149.19 174.17 157.82 -
System Red Green Blue C M Y K H S L
Decimal 191 112 231 0.17 0.52 0 0.09 279.83 0.71 0.67
Hex BF 70 E7 11 34 0 9 118 47 43
Octal 277 160 347 21 64 0 11 430 107 103
Binary 10111111 1110000 11100111 10001 110100 0 1001 100011000 1000111 1000011

Color Harmonies of #BF70E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF70E7

Black with #BF70E7

Text Example


Text Example

White with #BF70E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF70E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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