Html Css Color HEX #BF58E2 Medium Orchid

📋 copy color: '#BF58E2'

red 191 ◦ green 88 ◦ blue 226

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

Shades of Medium Orchid #BF58E2

Tints of Medium Orchid #BF58E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.75%

R = 37.82%
G = 17.43%
B = 44.75%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF58E2 (or 0xBF58E2) is known color: Medium Orchid. HEX triplet: BF, 58 and E2. RGB value is (191,88,226). Sum of RGB (Red+Green+Blue) = 191+88+226=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 226 - color contains mainly: blue. Hex color #BF58E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58E2 is #40A71D. Grayscale: #868686. Windows color (decimal): -4237086 or 14833855. OLE color: 14833855.

HSL color Cylindrical-coordinate representation of color #BF58E2: hue angle of 284.78º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF58E2 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 88 226 -
CMYK 0.15 0.61 0 0.11
HSL 284.78º 0.7% 0.62% -
HSV(B) 284.78º 0.61% 0.89% -
XYZ 38.7 23.55 74.46 -
YUV 134.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 191 88 226 0.15 0.61 0 0.11 284.78 0.7 0.62
Hex BF 58 E2 F 3D 0 B 11D 46 3E
Octal 277 130 342 17 75 0 13 435 106 76
Binary 10111111 1011000 11100010 1111 111101 0 1011 100011101 1000110 111110

Color Harmonies of #BF58E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF58E2

Black with #BF58E2

Text Example


Text Example

White with #BF58E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF58E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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