Html Css Color HEX #BF64D0 Medium Orchid

📋 copy color: '#BF64D0'

red 191 ◦ green 100 ◦ blue 208

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

Shades of Medium Orchid #BF64D0

Tints of Medium Orchid #BF64D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.68%

R = 38.28%
G = 20.04%
B = 41.68%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF64D0 (or 0xBF64D0) is known color: Medium Orchid. HEX triplet: BF, 64 and D0. RGB value is (191,100,208). Sum of RGB (Red+Green+Blue) = 191+100+208=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF64D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64D0 is #409B2F. Grayscale: #8B8B8B. Windows color (decimal): -4234032 or 13657279. OLE color: 13657279.

HSL color Cylindrical-coordinate representation of color #BF64D0: hue angle of 290.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF64D0 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 100 208 -
CMYK 0.08 0.52 0 0.18
HSL 290.56º 0.53% 0.6% -
HSV(B) 290.56º 0.52% 0.82% -
XYZ 37.43 24.74 62.48 -
YUV 139.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 191 100 208 0.08 0.52 0 0.18 290.56 0.53 0.6
Hex BF 64 D0 8 34 0 12 123 35 3C
Octal 277 144 320 10 64 0 22 443 65 74
Binary 10111111 1100100 11010000 1000 110100 0 10010 100100011 110101 111100

Color Harmonies of #BF64D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF64D0

Black with #BF64D0

Text Example


Text Example

White with #BF64D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF64D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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