Html Css Color HEX #BF2DD0 Medium Orchid

📋 copy color: '#BF2DD0'

red 191 ◦ green 45 ◦ blue 208

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

Shades of Medium Orchid #BF2DD0

Tints of Medium Orchid #BF2DD0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.14%

 BLUE value IS 208 (81.64% from 255) = 46.85%

R = 43.02%
G = 10.14%
B = 46.85%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF2DD0 (or 0xBF2DD0) is known color: Medium Orchid. HEX triplet: BF, 2D and D0. RGB value is (191,45,208). Sum of RGB (Red+Green+Blue) = 191+45+208=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF2DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DD0 is #40D22F. Grayscale: #6A6A6A. Windows color (decimal): -4248112 or 13643199. OLE color: 13643199.

HSL color Cylindrical-coordinate representation of color #BF2DD0: hue angle of 293.74º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2DD0 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 45 208 -
CMYK 0.08 0.78 0 0.18
HSL 293.74º 0.64% 0.5% -
HSV(B) 293.74º 0.78% 0.82% -
XYZ 33.81 17.51 61.27 -
YUV 107.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 191 45 208 0.08 0.78 0 0.18 293.74 0.64 0.5
Hex BF 2D D0 8 4E 0 12 126 40 32
Octal 277 55 320 10 116 0 22 446 100 62
Binary 10111111 101101 11010000 1000 1001110 0 10010 100100110 1000000 110010

Color Harmonies of #BF2DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2DD0

Black with #BF2DD0

Text Example


Text Example

White with #BF2DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2DD0; }

 p { color: rgb(191,45,208); }

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

background-color css

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

 a { background-color: rgb(191,45,208); }

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

border-color css

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

 span { border-color: rgb(191,45,208); }

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