Html Css Color HEX #BF32DD Medium Orchid

📋 copy color: '#BF32DD'

red 191 ◦ green 50 ◦ blue 221

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

Shades of Medium Orchid #BF32DD

Tints of Medium Orchid #BF32DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.82%

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

R = 41.34%
G = 10.82%
B = 47.84%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF32DD (or 0xBF32DD) is known color: Medium Orchid. HEX triplet: BF, 32 and DD. RGB value is (191,50,221). Sum of RGB (Red+Green+Blue) = 191+50+221=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32DD is #40CD22. Grayscale: #6F6F6F. Windows color (decimal): -4246819 or 14496447. OLE color: 14496447.

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

Color convert

RGB 191 50 221 -
CMYK 0.14 0.77 0 0.13
HSL 289.47º 0.72% 0.53% -
HSV(B) 289.47º 0.77% 0.87% -
XYZ 35.68 18.58 70.11 -
YUV 111.65 189.71 184.6 -
System Red Green Blue C M Y K H S L
Decimal 191 50 221 0.14 0.77 0 0.13 289.47 0.72 0.53
Hex BF 32 DD E 4D 0 D 121 48 35
Octal 277 62 335 16 115 0 15 441 110 65
Binary 10111111 110010 11011101 1110 1001101 0 1101 100100001 1001000 110101

Color Harmonies of #BF32DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF32DD

Black with #BF32DD

Text Example


Text Example

White with #BF32DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF32DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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