Html Css Color HEX #BF78D6 Medium Orchid

📋 copy color: '#BF78D6'

red 191 ◦ green 120 ◦ blue 214

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

Shades of Medium Orchid #BF78D6

Tints of Medium Orchid #BF78D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.76%

R = 36.38%
G = 22.86%
B = 40.76%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF78D6 (or 0xBF78D6) is known color: Medium Orchid. HEX triplet: BF, 78 and D6. RGB value is (191,120,214). Sum of RGB (Red+Green+Blue) = 191+120+214=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF78D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78D6 is #408729. Grayscale: #979797. Windows color (decimal): -4228906 or 14055615. OLE color: 14055615.

HSL color Cylindrical-coordinate representation of color #BF78D6: hue angle of 285.32º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF78D6 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 120 214 -
CMYK 0.11 0.44 0 0.16
HSL 285.32º 0.53% 0.65% -
HSV(B) 285.32º 0.44% 0.84% -
XYZ 40.34 29.36 67.16 -
YUV 151.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 191 120 214 0.11 0.44 0 0.16 285.32 0.53 0.65
Hex BF 78 D6 B 2C 0 10 11D 35 41
Octal 277 170 326 13 54 0 20 435 65 101
Binary 10111111 1111000 11010110 1011 101100 0 10000 100011101 110101 1000001

Color Harmonies of #BF78D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78D6

Black with #BF78D6

Text Example


Text Example

White with #BF78D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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