Html Css Color HEX #BF63EE Medium Orchid

📋 copy color: '#BF63EE'

red 191 ◦ green 99 ◦ blue 238

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

Shades of Medium Orchid #BF63EE

Tints of Medium Orchid #BF63EE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.75%

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

R = 36.17%
G = 18.75%
B = 45.08%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF63EE (or 0xBF63EE) is known color: Medium Orchid. HEX triplet: BF, 63 and EE. RGB value is (191,99,238). Sum of RGB (Red+Green+Blue) = 191+99+238=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF63EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF63EE is #409C11. Grayscale: #8D8D8D. Windows color (decimal): -4234258 or 15623103. OLE color: 15623103.

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

Color convert

RGB 191 99 238 -
CMYK 0.20 0.58 0 0.07
HSL 279.71º 0.8% 0.66% -
HSV(B) 279.71º 0.58% 0.93% -
XYZ 41.38 26.17 83.76 -
YUV 142.35 181.98 162.7 -
System Red Green Blue C M Y K H S L
Decimal 191 99 238 0.20 0.58 0 0.07 279.71 0.8 0.66
Hex BF 63 EE 14 3A 0 7 118 50 42
Octal 277 143 356 24 72 0 7 430 120 102
Binary 10111111 1100011 11101110 10100 111010 0 111 100011000 1010000 1000010

Color Harmonies of #BF63EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63EE

Black with #BF63EE

Text Example


Text Example

White with #BF63EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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