Html Css Color HEX #BF58D2 Medium Orchid

📋 copy color: '#BF58D2'

red 191 ◦ green 88 ◦ blue 210

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

Shades of Medium Orchid #BF58D2

Tints of Medium Orchid #BF58D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.94%

R = 39.06%
G = 18%
B = 42.94%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF58D2 (or 0xBF58D2) is known color: Medium Orchid. HEX triplet: BF, 58 and D2. RGB value is (191,88,210). Sum of RGB (Red+Green+Blue) = 191+88+210=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF58D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58D2 is #40A72D. Grayscale: #848484. Windows color (decimal): -4237102 or 13785279. OLE color: 13785279.

HSL color Cylindrical-coordinate representation of color #BF58D2: hue angle of 290.66º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF58D2 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 88 210 -
CMYK 0.09 0.58 0 0.18
HSL 290.66º 0.58% 0.58% -
HSV(B) 290.66º 0.58% 0.82% -
XYZ 36.61 22.71 63.43 -
YUV 132.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 191 88 210 0.09 0.58 0 0.18 290.66 0.58 0.58
Hex BF 58 D2 9 3A 0 12 123 3A 3A
Octal 277 130 322 11 72 0 22 443 72 72
Binary 10111111 1011000 11010010 1001 111010 0 10010 100100011 111010 111010

Color Harmonies of #BF58D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF58D2

Black with #BF58D2

Text Example


Text Example

White with #BF58D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF58D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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