Html Css Color HEX #BF64EE Medium Orchid

📋 copy color: '#BF64EE'

red 191 ◦ green 100 ◦ blue 238

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

Shades of Medium Orchid #BF64EE

Tints of Medium Orchid #BF64EE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.9%

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

R = 36.11%
G = 18.9%
B = 44.99%

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

#BF64EE (or 0xBF64EE) is known color: Medium Orchid. HEX triplet: BF, 64 and EE. RGB value is (191,100,238). Sum of RGB (Red+Green+Blue) = 191+100+238=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF64EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF64EE is #409B11. Grayscale: #8E8E8E. Windows color (decimal): -4234002 or 15623359. OLE color: 15623359.

HSL color Cylindrical-coordinate representation of color #BF64EE: hue angle of 279.57º 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 #BF64EE is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 100 238 -
CMYK 0.20 0.58 0 0.07
HSL 279.57º 0.8% 0.66% -
HSV(B) 279.57º 0.58% 0.93% -
XYZ 41.48 26.36 83.79 -
YUV 142.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 191 100 238 0.20 0.58 0 0.07 279.57 0.8 0.66
Hex BF 64 EE 14 3A 0 7 118 50 42
Octal 277 144 356 24 72 0 7 430 120 102
Binary 10111111 1100100 11101110 10100 111010 0 111 100011000 1010000 1000010

Color Harmonies of #BF64EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF64EE

Black with #BF64EE

Text Example


Text Example

White with #BF64EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF64EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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