Html Css Color HEX #BF53EE Medium Orchid

📋 copy color: '#BF53EE'

red 191 ◦ green 83 ◦ blue 238

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

Shades of Medium Orchid #BF53EE

Tints of Medium Orchid #BF53EE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.21%

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

R = 37.3%
G = 16.21%
B = 46.48%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF53EE (or 0xBF53EE) is known color: Medium Orchid. HEX triplet: BF, 53 and EE. RGB value is (191,83,238). Sum of RGB (Red+Green+Blue) = 191+83+238=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF53EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF53EE is #40AC11. Grayscale: #848484. Windows color (decimal): -4238354 or 15619007. OLE color: 15619007.

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

Color convert

RGB 191 83 238 -
CMYK 0.20 0.65 0 0.07
HSL 281.81º 0.82% 0.63% -
HSV(B) 281.81º 0.65% 0.93% -
XYZ 40.01 23.44 83.3 -
YUV 132.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 191 83 238 0.20 0.65 0 0.07 281.81 0.82 0.63
Hex BF 53 EE 14 41 0 7 11A 52 3F
Octal 277 123 356 24 101 0 7 432 122 77
Binary 10111111 1010011 11101110 10100 1000001 0 111 100011010 1010010 111111

Color Harmonies of #BF53EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF53EE

Black with #BF53EE

Text Example


Text Example

White with #BF53EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF53EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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