Html Css Color HEX #BF58DC Medium Orchid

📋 copy color: '#BF58DC'

red 191 ◦ green 88 ◦ blue 220

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

Shades of Medium Orchid #BF58DC

Tints of Medium Orchid #BF58DC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.64%

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 38.28%
G = 17.64%
B = 44.09%

CMYK

 C value IS 0.13

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF58DC (or 0xBF58DC) is known color: Medium Orchid. HEX triplet: BF, 58 and DC. RGB value is (191,88,220). Sum of RGB (Red+Green+Blue) = 191+88+220=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF58DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58DC is #40A723. Grayscale: #858585. Windows color (decimal): -4237092 or 14440639. OLE color: 14440639.

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

Color convert

RGB 191 88 220 -
CMYK 0.13 0.6 0 0.14
HSL 286.82º 0.65% 0.6% -
HSV(B) 286.82º 0.6% 0.86% -
XYZ 37.89 23.22 70.2 -
YUV 133.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 191 88 220 0.13 0.6 0 0.14 286.82 0.65 0.6
Hex BF 58 DC D 3C 0 E 11F 41 3C
Octal 277 130 334 15 74 0 16 437 101 74
Binary 10111111 1011000 11011100 1101 111100 0 1110 100011111 1000001 111100

Color Harmonies of #BF58DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF58DC

Black with #BF58DC

Text Example


Text Example

White with #BF58DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF58DC; }

 p { color: rgb(191,88,220); }

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

background-color css

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

 a { background-color: rgb(191,88,220); }

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

border-color css

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

 span { border-color: rgb(191,88,220); }

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