Html Css Color HEX #BF52DD Medium Orchid

📋 copy color: '#BF52DD'

red 191 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #BF52DD

Tints of Medium Orchid #BF52DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.6%

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

R = 38.66%
G = 16.6%
B = 44.74%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF52DD (or 0xBF52DD) is known color: Medium Orchid. HEX triplet: BF, 52 and DD. RGB value is (191,82,221). Sum of RGB (Red+Green+Blue) = 191+82+221=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF52DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52DD is #40AD22. Grayscale: #818181. Windows color (decimal): -4238627 or 14504639. OLE color: 14504639.

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

Color convert

RGB 191 82 221 -
CMYK 0.14 0.63 0 0.13
HSL 287.05º 0.67% 0.59% -
HSV(B) 287.05º 0.63% 0.87% -
XYZ 37.55 22.33 70.74 -
YUV 130.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 191 82 221 0.14 0.63 0 0.13 287.05 0.67 0.59
Hex BF 52 DD E 3F 0 D 11F 43 3B
Octal 277 122 335 16 77 0 15 437 103 73
Binary 10111111 1010010 11011101 1110 111111 0 1101 100011111 1000011 111011

Color Harmonies of #BF52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF52DD

Black with #BF52DD

Text Example


Text Example

White with #BF52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF52DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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