Html Css Color HEX #BF78DA Medium Orchid

📋 copy color: '#BF78DA'

red 191 ◦ green 120 ◦ blue 218

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

Shades of Medium Orchid #BF78DA

Tints of Medium Orchid #BF78DA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.68%

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

R = 36.11%
G = 22.68%
B = 41.21%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF78DA (or 0xBF78DA) is known color: Medium Orchid. HEX triplet: BF, 78 and DA. RGB value is (191,120,218). Sum of RGB (Red+Green+Blue) = 191+120+218=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF78DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78DA is #408725. Grayscale: #989898. Windows color (decimal): -4228902 or 14317759. OLE color: 14317759.

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

Color convert

RGB 191 120 218 -
CMYK 0.12 0.45 0 0.15
HSL 283.47º 0.57% 0.66% -
HSV(B) 283.47º 0.45% 0.85% -
XYZ 40.86 29.57 69.88 -
YUV 152.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 191 120 218 0.12 0.45 0 0.15 283.47 0.57 0.66
Hex BF 78 DA C 2D 0 F 11B 39 42
Octal 277 170 332 14 55 0 17 433 71 102
Binary 10111111 1111000 11011010 1100 101101 0 1111 100011011 111001 1000010

Color Harmonies of #BF78DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78DA

Black with #BF78DA

Text Example


Text Example

White with #BF78DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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