Html Css Color HEX #BF41D2 Medium Orchid

📋 copy color: '#BF41D2'

red 191 ◦ green 65 ◦ blue 210

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

Shades of Medium Orchid #BF41D2

Tints of Medium Orchid #BF41D2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.95%

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

R = 40.99%
G = 13.95%
B = 45.06%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF41D2 (or 0xBF41D2) is known color: Medium Orchid. HEX triplet: BF, 41 and D2. RGB value is (191,65,210). Sum of RGB (Red+Green+Blue) = 191+65+210=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF41D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41D2 is #40BE2D. Grayscale: #767676. Windows color (decimal): -4242990 or 13779391. OLE color: 13779391.

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

Color convert

RGB 191 65 210 -
CMYK 0.09 0.69 0 0.18
HSL 292.14º 0.62% 0.54% -
HSV(B) 292.14º 0.69% 0.82% -
XYZ 35.01 19.51 62.89 -
YUV 119.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 191 65 210 0.09 0.69 0 0.18 292.14 0.62 0.54
Hex BF 41 D2 9 45 0 12 124 3E 36
Octal 277 101 322 11 105 0 22 444 76 66
Binary 10111111 1000001 11010010 1001 1000101 0 10010 100100100 111110 110110

Color Harmonies of #BF41D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF41D2

Black with #BF41D2

Text Example


Text Example

White with #BF41D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF41D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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