Html Css Color HEX #BF58EE Medium Orchid

📋 copy color: '#BF58EE'

red 191 ◦ green 88 ◦ blue 238

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

Shades of Medium Orchid #BF58EE

Tints of Medium Orchid #BF58EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 36.94%
G = 17.02%
B = 46.03%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF58EE (or 0xBF58EE) is known color: Medium Orchid. HEX triplet: BF, 58 and EE. RGB value is (191,88,238). Sum of RGB (Red+Green+Blue) = 191+88+238=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF58EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF58EE is #40A711. Grayscale: #878787. Windows color (decimal): -4237074 or 15620287. OLE color: 15620287.

HSL color Cylindrical-coordinate representation of color #BF58EE: hue angle of 281.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF58EE is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 88 238 -
CMYK 0.20 0.63 0 0.07
HSL 281.2º 0.82% 0.64% -
HSV(B) 281.2º 0.63% 0.93% -
XYZ 40.41 24.23 83.44 -
YUV 135.9 185.62 167.3 -
System Red Green Blue C M Y K H S L
Decimal 191 88 238 0.20 0.63 0 0.07 281.2 0.82 0.64
Hex BF 58 EE 14 3F 0 7 119 52 40
Octal 277 130 356 24 77 0 7 431 122 100
Binary 10111111 1011000 11101110 10100 111111 0 111 100011001 1010010 1000000

Color Harmonies of #BF58EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF58EE

Black with #BF58EE

Text Example


Text Example

White with #BF58EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF58EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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