Html Css Color HEX #BF64EB Medium Orchid

📋 copy color: '#BF64EB'

red 191 ◦ green 100 ◦ blue 235

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

Shades of Medium Orchid #BF64EB

Tints of Medium Orchid #BF64EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 36.31%
G = 19.01%
B = 44.68%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF64EB (or 0xBF64EB) is known color: Medium Orchid. HEX triplet: BF, 64 and EB. RGB value is (191,100,235). Sum of RGB (Red+Green+Blue) = 191+100+235=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF64EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF64EB is #409B14. Grayscale: #8E8E8E. Windows color (decimal): -4234005 or 15426751. OLE color: 15426751.

HSL color Cylindrical-coordinate representation of color #BF64EB: hue angle of 280.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF64EB is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 100 235 -
CMYK 0.19 0.57 0 0.08
HSL 280.44º 0.77% 0.66% -
HSV(B) 280.44º 0.57% 0.92% -
XYZ 41.04 26.19 81.49 -
YUV 142.6 180.15 162.52 -
System Red Green Blue C M Y K H S L
Decimal 191 100 235 0.19 0.57 0 0.08 280.44 0.77 0.66
Hex BF 64 EB 13 39 0 8 118 4D 42
Octal 277 144 353 23 71 0 10 430 115 102
Binary 10111111 1100100 11101011 10011 111001 0 1000 100011000 1001101 1000010

Color Harmonies of #BF64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF64EB

Black with #BF64EB

Text Example


Text Example

White with #BF64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF64EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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