Html Css Color HEX #BF62EC Medium Orchid

📋 copy color: '#BF62EC'

red 191 ◦ green 98 ◦ blue 236

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

Shades of Medium Orchid #BF62EC

Tints of Medium Orchid #BF62EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.67%

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 36.38%
G = 18.67%
B = 44.95%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF62EC (or 0xBF62EC) is known color: Medium Orchid. HEX triplet: BF, 62 and EC. RGB value is (191,98,236). Sum of RGB (Red+Green+Blue) = 191+98+236=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF62EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF62EC is #409D13. Grayscale: #8D8D8D. Windows color (decimal): -4234516 or 15491775. OLE color: 15491775.

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

Color convert

RGB 191 98 236 -
CMYK 0.19 0.58 0 0.07
HSL 280.43º 0.78% 0.65% -
HSV(B) 280.43º 0.58% 0.93% -
XYZ 40.99 25.87 82.19 -
YUV 141.54 181.31 163.28 -
System Red Green Blue C M Y K H S L
Decimal 191 98 236 0.19 0.58 0 0.07 280.43 0.78 0.65
Hex BF 62 EC 13 3A 0 7 118 4E 41
Octal 277 142 354 23 72 0 7 430 116 101
Binary 10111111 1100010 11101100 10011 111010 0 111 100011000 1001110 1000001

Color Harmonies of #BF62EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF62EC

Black with #BF62EC

Text Example


Text Example

White with #BF62EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF62EC; }

 p { color: rgb(191,98,236); }

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

background-color css

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

 a { background-color: rgb(191,98,236); }

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

border-color css

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

 span { border-color: rgb(191,98,236); }

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