Html Css Color HEX #BF2DD5 Medium Orchid

📋 copy color: '#BF2DD5'

red 191 ◦ green 45 ◦ blue 213

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

Shades of Medium Orchid #BF2DD5

Tints of Medium Orchid #BF2DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.44%

R = 42.54%
G = 10.02%
B = 47.44%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF2DD5 (or 0xBF2DD5) is known color: Medium Orchid. HEX triplet: BF, 2D and D5. RGB value is (191,45,213). Sum of RGB (Red+Green+Blue) = 191+45+213=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF2DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DD5 is #40D22A. Grayscale: #6B6B6B. Windows color (decimal): -4248107 or 13970879. OLE color: 13970879.

HSL color Cylindrical-coordinate representation of color #BF2DD5: hue angle of 292.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2DD5 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 45 213 -
CMYK 0.10 0.79 0 0.16
HSL 292.14º 0.67% 0.51% -
HSV(B) 292.14º 0.79% 0.84% -
XYZ 34.43 17.76 64.56 -
YUV 107.81 187.37 187.34 -
System Red Green Blue C M Y K H S L
Decimal 191 45 213 0.10 0.79 0 0.16 292.14 0.67 0.51
Hex BF 2D D5 A 4F 0 10 124 43 33
Octal 277 55 325 12 117 0 20 444 103 63
Binary 10111111 101101 11010101 1010 1001111 0 10000 100100100 1000011 110011

Color Harmonies of #BF2DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2DD5

Black with #BF2DD5

Text Example


Text Example

White with #BF2DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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