Html Css Color HEX #BF64DD Medium Orchid

📋 copy color: '#BF64DD'

red 191 ◦ green 100 ◦ blue 221

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

Shades of Medium Orchid #BF64DD

Tints of Medium Orchid #BF64DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 37.3%
G = 19.53%
B = 43.16%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF64DD (or 0xBF64DD) is known color: Medium Orchid. HEX triplet: BF, 64 and DD. RGB value is (191,100,221). Sum of RGB (Red+Green+Blue) = 191+100+221=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64DD is #409B22. Grayscale: #8C8C8C. Windows color (decimal): -4234019 or 14509247. OLE color: 14509247.

HSL color Cylindrical-coordinate representation of color #BF64DD: hue angle of 285.12º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF64DD is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 100 221 -
CMYK 0.14 0.55 0 0.13
HSL 285.12º 0.64% 0.63% -
HSV(B) 285.12º 0.55% 0.87% -
XYZ 39.09 25.41 71.25 -
YUV 141 173.15 163.66 -
System Red Green Blue C M Y K H S L
Decimal 191 100 221 0.14 0.55 0 0.13 285.12 0.64 0.63
Hex BF 64 DD E 37 0 D 11D 40 3F
Octal 277 144 335 16 67 0 15 435 100 77
Binary 10111111 1100100 11011101 1110 110111 0 1101 100011101 1000000 111111

Color Harmonies of #BF64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF64DD

Black with #BF64DD

Text Example


Text Example

White with #BF64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF64DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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