Html Css Color HEX #BF78D8 Medium Orchid

📋 copy color: '#BF78D8'

red 191 ◦ green 120 ◦ blue 216

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

Shades of Medium Orchid #BF78D8

Tints of Medium Orchid #BF78D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.99%

R = 36.24%
G = 22.77%
B = 40.99%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF78D8 (or 0xBF78D8) is known color: Medium Orchid. HEX triplet: BF, 78 and D8. RGB value is (191,120,216). Sum of RGB (Red+Green+Blue) = 191+120+216=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF78D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78D8 is #408727. Grayscale: #979797. Windows color (decimal): -4228904 or 14186687. OLE color: 14186687.

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

Color convert

RGB 191 120 216 -
CMYK 0.12 0.44 0 0.15
HSL 284.38º 0.55% 0.66% -
HSV(B) 284.38º 0.44% 0.85% -
XYZ 40.6 29.47 68.51 -
YUV 152.17 164.02 155.69 -
System Red Green Blue C M Y K H S L
Decimal 191 120 216 0.12 0.44 0 0.15 284.38 0.55 0.66
Hex BF 78 D8 C 2C 0 F 11C 37 42
Octal 277 170 330 14 54 0 17 434 67 102
Binary 10111111 1111000 11011000 1100 101100 0 1111 100011100 110111 1000010

Color Harmonies of #BF78D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78D8

Black with #BF78D8

Text Example


Text Example

White with #BF78D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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