Html Css Color HEX #BF64E6 Medium Orchid

📋 copy color: '#BF64E6'

red 191 ◦ green 100 ◦ blue 230

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

Shades of Medium Orchid #BF64E6

Tints of Medium Orchid #BF64E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.15%

R = 36.66%
G = 19.19%
B = 44.15%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF64E6 (or 0xBF64E6) is known color: Medium Orchid. HEX triplet: BF, 64 and E6. RGB value is (191,100,230). Sum of RGB (Red+Green+Blue) = 191+100+230=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF64E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF64E6 is #409B19. Grayscale: #8D8D8D. Windows color (decimal): -4234010 or 15099071. OLE color: 15099071.

HSL color Cylindrical-coordinate representation of color #BF64E6: hue angle of 282º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF64E6 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 100 230 -
CMYK 0.17 0.57 0 0.10
HSL 282º 0.72% 0.65% -
HSV(B) 282º 0.57% 0.9% -
XYZ 40.33 25.9 77.74 -
YUV 142.03 177.65 162.93 -
System Red Green Blue C M Y K H S L
Decimal 191 100 230 0.17 0.57 0 0.10 282 0.72 0.65
Hex BF 64 E6 11 39 0 A 11A 48 41
Octal 277 144 346 21 71 0 12 432 110 101
Binary 10111111 1100100 11100110 10001 111001 0 1010 100011010 1001000 1000001

Color Harmonies of #BF64E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF64E6

Black with #BF64E6

Text Example


Text Example

White with #BF64E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF64E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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