Html Css Color HEX #BF58CE Medium Orchid

📋 copy color: '#BF58CE'

red 191 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #BF58CE

Tints of Medium Orchid #BF58CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 39.38%
G = 18.14%
B = 42.47%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF58CE (or 0xBF58CE) is known color: Medium Orchid. HEX triplet: BF, 58 and CE. RGB value is (191,88,206). Sum of RGB (Red+Green+Blue) = 191+88+206=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF58CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58CE is #40A731. Grayscale: #838383. Windows color (decimal): -4237106 or 13523135. OLE color: 13523135.

HSL color Cylindrical-coordinate representation of color #BF58CE: hue angle of 292.37º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF58CE is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 88 206 -
CMYK 0.07 0.57 0 0.19
HSL 292.37º 0.55% 0.58% -
HSV(B) 292.37º 0.57% 0.81% -
XYZ 36.12 22.51 60.83 -
YUV 132.25 169.62 169.91 -
System Red Green Blue C M Y K H S L
Decimal 191 88 206 0.07 0.57 0 0.19 292.37 0.55 0.58
Hex BF 58 CE 7 39 0 13 124 37 3A
Octal 277 130 316 7 71 0 23 444 67 72
Binary 10111111 1011000 11001110 111 111001 0 10011 100100100 110111 111010

Color Harmonies of #BF58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF58CE

Black with #BF58CE

Text Example


Text Example

White with #BF58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF58CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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