Html Css Color HEX #BF64EF Medium Orchid

📋 copy color: '#BF64EF'

red 191 ◦ green 100 ◦ blue 239

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

Shades of Medium Orchid #BF64EF

Tints of Medium Orchid #BF64EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.09%

R = 36.04%
G = 18.87%
B = 45.09%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF64EF (or 0xBF64EF) is known color: Medium Orchid. HEX triplet: BF, 64 and EF. RGB value is (191,100,239). Sum of RGB (Red+Green+Blue) = 191+100+239=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF64EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF64EF is #409B10. Grayscale: #8E8E8E. Windows color (decimal): -4234001 or 15688895. OLE color: 15688895.

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

Color convert

RGB 191 100 239 -
CMYK 0.20 0.58 0 0.06
HSL 279.28º 0.81% 0.66% -
HSV(B) 279.28º 0.58% 0.94% -
XYZ 41.62 26.42 84.57 -
YUV 143.06 182.15 162.2 -
System Red Green Blue C M Y K H S L
Decimal 191 100 239 0.20 0.58 0 0.06 279.28 0.81 0.66
Hex BF 64 EF 14 3A 0 6 117 51 42
Octal 277 144 357 24 72 0 6 427 121 102
Binary 10111111 1100100 11101111 10100 111010 0 110 100010111 1010001 1000010

Color Harmonies of #BF64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF64EF

Black with #BF64EF

Text Example


Text Example

White with #BF64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF64EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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