Html Css Color HEX #BF64DA Medium Orchid

📋 copy color: '#BF64DA'

red 191 ◦ green 100 ◦ blue 218

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

Shades of Medium Orchid #BF64DA

Tints of Medium Orchid #BF64DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 37.52%
G = 19.65%
B = 42.83%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF64DA (or 0xBF64DA) is known color: Medium Orchid. HEX triplet: BF, 64 and DA. RGB value is (191,100,218). Sum of RGB (Red+Green+Blue) = 191+100+218=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF64DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64DA is #409B25. Grayscale: #8C8C8C. Windows color (decimal): -4234022 or 14312639. OLE color: 14312639.

HSL color Cylindrical-coordinate representation of color #BF64DA: hue angle of 286.27º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF64DA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 100 218 -
CMYK 0.12 0.54 0 0.15
HSL 286.27º 0.61% 0.62% -
HSV(B) 286.27º 0.54% 0.85% -
XYZ 38.7 25.25 69.16 -
YUV 140.66 171.65 163.91 -
System Red Green Blue C M Y K H S L
Decimal 191 100 218 0.12 0.54 0 0.15 286.27 0.61 0.62
Hex BF 64 DA C 36 0 F 11E 3D 3E
Octal 277 144 332 14 66 0 17 436 75 76
Binary 10111111 1100100 11011010 1100 110110 0 1111 100011110 111101 111110

Color Harmonies of #BF64DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF64DA

Black with #BF64DA

Text Example


Text Example

White with #BF64DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF64DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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