Html Css Color HEX #BF40EB Medium Orchid

📋 copy color: '#BF40EB'

red 191 ◦ green 64 ◦ blue 235

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

Shades of Medium Orchid #BF40EB

Tints of Medium Orchid #BF40EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.06%

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 38.98%
G = 13.06%
B = 47.96%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF40EB (or 0xBF40EB) is known color: Medium Orchid. HEX triplet: BF, 40 and EB. RGB value is (191,64,235). Sum of RGB (Red+Green+Blue) = 191+64+235=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF40EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF40EB is #40BF14. Grayscale: #787878. Windows color (decimal): -4243221 or 15417535. OLE color: 15417535.

HSL color Cylindrical-coordinate representation of color #BF40EB: hue angle of 284.56º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF40EB is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 64 235 -
CMYK 0.19 0.73 0 0.08
HSL 284.56º 0.81% 0.59% -
HSV(B) 284.56º 0.73% 0.92% -
XYZ 38.31 20.74 80.58 -
YUV 121.47 192.08 177.6 -
System Red Green Blue C M Y K H S L
Decimal 191 64 235 0.19 0.73 0 0.08 284.56 0.81 0.59
Hex BF 40 EB 13 49 0 8 11D 51 3B
Octal 277 100 353 23 111 0 10 435 121 73
Binary 10111111 1000000 11101011 10011 1001001 0 1000 100011101 1010001 111011

Color Harmonies of #BF40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40EB

Black with #BF40EB

Text Example


Text Example

White with #BF40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40EB; }

 p { color: rgb(191,64,235); }

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

background-color css

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

 a { background-color: rgb(191,64,235); }

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

border-color css

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

 span { border-color: rgb(191,64,235); }

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