Html Css Color HEX #BF52DF Medium Orchid

📋 copy color: '#BF52DF'

red 191 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #BF52DF

Tints of Medium Orchid #BF52DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 38.51%
G = 16.53%
B = 44.96%

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

#BF52DF (or 0xBF52DF) is known color: Medium Orchid. HEX triplet: BF, 52 and DF. RGB value is (191,82,223). Sum of RGB (Red+Green+Blue) = 191+82+223=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52DF is #40AD20. Grayscale: #828282. Windows color (decimal): -4238625 or 14635711. OLE color: 14635711.

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

Color convert

RGB 191 82 223 -
CMYK 0.14 0.63 0 0.13
HSL 286.38º 0.69% 0.6% -
HSV(B) 286.38º 0.63% 0.87% -
XYZ 37.82 22.44 72.15 -
YUV 130.67 180.11 171.04 -
System Red Green Blue C M Y K H S L
Decimal 191 82 223 0.14 0.63 0 0.13 286.38 0.69 0.6
Hex BF 52 DF E 3F 0 D 11E 45 3C
Octal 277 122 337 16 77 0 15 436 105 74
Binary 10111111 1010010 11011111 1110 111111 0 1101 100011110 1000101 111100

Color Harmonies of #BF52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF52DF

Black with #BF52DF

Text Example


Text Example

White with #BF52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF52DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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