Html Css Color HEX #BF70D4 Medium Orchid

📋 copy color: '#BF70D4'

red 191 ◦ green 112 ◦ blue 212

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

Shades of Medium Orchid #BF70D4

Tints of Medium Orchid #BF70D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.17%

R = 37.09%
G = 21.75%
B = 41.17%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF70D4 (or 0xBF70D4) is known color: Medium Orchid. HEX triplet: BF, 70 and D4. RGB value is (191,112,212). Sum of RGB (Red+Green+Blue) = 191+112+212=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF70D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70D4 is #408F2B. Grayscale: #929292. Windows color (decimal): -4230956 or 13922495. OLE color: 13922495.

HSL color Cylindrical-coordinate representation of color #BF70D4: hue angle of 287.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF70D4 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 112 212 -
CMYK 0.10 0.47 0 0.17
HSL 287.4º 0.54% 0.64% -
HSV(B) 287.4º 0.47% 0.83% -
XYZ 39.16 27.42 65.52 -
YUV 147.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 191 112 212 0.10 0.47 0 0.17 287.4 0.54 0.64
Hex BF 70 D4 A 2F 0 11 11F 36 40
Octal 277 160 324 12 57 0 21 437 66 100
Binary 10111111 1110000 11010100 1010 101111 0 10001 100011111 110110 1000000

Color Harmonies of #BF70D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF70D4

Black with #BF70D4

Text Example


Text Example

White with #BF70D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF70D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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