Html Css Color HEX #BF70DD Medium Orchid

📋 copy color: '#BF70DD'

red 191 ◦ green 112 ◦ blue 221

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

Shades of Medium Orchid #BF70DD

Tints of Medium Orchid #BF70DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 36.45%
G = 21.37%
B = 42.18%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF70DD (or 0xBF70DD) is known color: Medium Orchid. HEX triplet: BF, 70 and DD. RGB value is (191,112,221). Sum of RGB (Red+Green+Blue) = 191+112+221=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70DD is #408F22. Grayscale: #939393. Windows color (decimal): -4230947 or 14512319. OLE color: 14512319.

HSL color Cylindrical-coordinate representation of color #BF70DD: hue angle of 283.49º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF70DD is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 112 221 -
CMYK 0.14 0.49 0 0.13
HSL 283.49º 0.62% 0.65% -
HSV(B) 283.49º 0.49% 0.87% -
XYZ 40.33 27.89 71.66 -
YUV 148.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 191 112 221 0.14 0.49 0 0.13 283.49 0.62 0.65
Hex BF 70 DD E 31 0 D 11B 3E 41
Octal 277 160 335 16 61 0 15 433 76 101
Binary 10111111 1110000 11011101 1110 110001 0 1101 100011011 111110 1000001

Color Harmonies of #BF70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF70DD

Black with #BF70DD

Text Example


Text Example

White with #BF70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF70DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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