Html Css Color HEX #BF3ADD Medium Orchid

📋 copy color: '#BF3ADD'

red 191 ◦ green 58 ◦ blue 221

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

Shades of Medium Orchid #BF3ADD

Tints of Medium Orchid #BF3ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.34%

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

R = 40.64%
G = 12.34%
B = 47.02%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF3ADD (or 0xBF3ADD) is known color: Medium Orchid. HEX triplet: BF, 3A and DD. RGB value is (191,58,221). Sum of RGB (Red+Green+Blue) = 191+58+221=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF3ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ADD is #40C522. Grayscale: #737373. Windows color (decimal): -4244771 or 14498495. OLE color: 14498495.

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

Color convert

RGB 191 58 221 -
CMYK 0.14 0.74 0 0.13
HSL 288.96º 0.71% 0.55% -
HSV(B) 288.96º 0.74% 0.87% -
XYZ 36.05 19.32 70.24 -
YUV 116.35 187.06 181.25 -
System Red Green Blue C M Y K H S L
Decimal 191 58 221 0.14 0.74 0 0.13 288.96 0.71 0.55
Hex BF 3A DD E 4A 0 D 121 47 37
Octal 277 72 335 16 112 0 15 441 107 67
Binary 10111111 111010 11011101 1110 1001010 0 1101 100100001 1000111 110111

Color Harmonies of #BF3ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3ADD

Black with #BF3ADD

Text Example


Text Example

White with #BF3ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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