Html Css Color HEX #BF64DC Medium Orchid

📋 copy color: '#BF64DC'

red 191 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #BF64DC

Tints of Medium Orchid #BF64DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 37.38%
G = 19.57%
B = 43.05%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF64DC (or 0xBF64DC) is known color: Medium Orchid. HEX triplet: BF, 64 and DC. RGB value is (191,100,220). Sum of RGB (Red+Green+Blue) = 191+100+220=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF64DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64DC is #409B23. Grayscale: #8C8C8C. Windows color (decimal): -4234020 or 14443711. OLE color: 14443711.

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

Color convert

RGB 191 100 220 -
CMYK 0.13 0.55 0 0.14
HSL 285.5º 0.63% 0.63% -
HSV(B) 285.5º 0.55% 0.86% -
XYZ 38.96 25.36 70.55 -
YUV 140.89 172.65 163.74 -
System Red Green Blue C M Y K H S L
Decimal 191 100 220 0.13 0.55 0 0.14 285.5 0.63 0.63
Hex BF 64 DC D 37 0 E 11E 3F 3F
Octal 277 144 334 15 67 0 16 436 77 77
Binary 10111111 1100100 11011100 1101 110111 0 1110 100011110 111111 111111

Color Harmonies of #BF64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF64DC

Black with #BF64DC

Text Example


Text Example

White with #BF64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF64DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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