Html Css Color HEX #BF70D2 Medium Orchid

📋 copy color: '#BF70D2'

red 191 ◦ green 112 ◦ blue 210

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

Shades of Medium Orchid #BF70D2

Tints of Medium Orchid #BF70D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.94%

R = 37.23%
G = 21.83%
B = 40.94%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF70D2 (or 0xBF70D2) is known color: Medium Orchid. HEX triplet: BF, 70 and D2. RGB value is (191,112,210). Sum of RGB (Red+Green+Blue) = 191+112+210=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF70D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70D2 is #408F2D. Grayscale: #929292. Windows color (decimal): -4230958 or 13791423. OLE color: 13791423.

HSL color Cylindrical-coordinate representation of color #BF70D2: hue angle of 288.37º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF70D2 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 112 210 -
CMYK 0.09 0.47 0 0.18
HSL 288.37º 0.52% 0.63% -
HSV(B) 288.37º 0.47% 0.82% -
XYZ 38.91 27.32 64.19 -
YUV 146.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 191 112 210 0.09 0.47 0 0.18 288.37 0.52 0.63
Hex BF 70 D2 9 2F 0 12 120 34 3F
Octal 277 160 322 11 57 0 22 440 64 77
Binary 10111111 1110000 11010010 1001 101111 0 10010 100100000 110100 111111

Color Harmonies of #BF70D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF70D2

Black with #BF70D2

Text Example


Text Example

White with #BF70D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF70D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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