Html Css Color HEX #BF62EE Medium Orchid

📋 copy color: '#BF62EE'

red 191 ◦ green 98 ◦ blue 238

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

Shades of Medium Orchid #BF62EE

Tints of Medium Orchid #BF62EE

RGB

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

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

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

R = 36.24%
G = 18.6%
B = 45.16%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF62EE (or 0xBF62EE) is known color: Medium Orchid. HEX triplet: BF, 62 and EE. RGB value is (191,98,238). Sum of RGB (Red+Green+Blue) = 191+98+238=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF62EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF62EE is #409D11. Grayscale: #8D8D8D. Windows color (decimal): -4234514 or 15622847. OLE color: 15622847.

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

Color convert

RGB 191 98 238 -
CMYK 0.20 0.59 0 0.07
HSL 279.86º 0.8% 0.66% -
HSV(B) 279.86º 0.59% 0.93% -
XYZ 41.29 25.98 83.73 -
YUV 141.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 191 98 238 0.20 0.59 0 0.07 279.86 0.8 0.66
Hex BF 62 EE 14 3B 0 7 118 50 42
Octal 277 142 356 24 73 0 7 430 120 102
Binary 10111111 1100010 11101110 10100 111011 0 111 100011000 1010000 1000010

Color Harmonies of #BF62EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF62EE

Black with #BF62EE

Text Example


Text Example

White with #BF62EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF62EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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