Html Css Color HEX #BF78DB Medium Orchid

📋 copy color: '#BF78DB'

red 191 ◦ green 120 ◦ blue 219

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

Shades of Medium Orchid #BF78DB

Tints of Medium Orchid #BF78DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 36.04%
G = 22.64%
B = 41.32%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF78DB (or 0xBF78DB) is known color: Medium Orchid. HEX triplet: BF, 78 and DB. RGB value is (191,120,219). Sum of RGB (Red+Green+Blue) = 191+120+219=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78DB is #408724. Grayscale: #989898. Windows color (decimal): -4228901 or 14383295. OLE color: 14383295.

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

Color convert

RGB 191 120 219 -
CMYK 0.13 0.45 0 0.14
HSL 283.03º 0.58% 0.66% -
HSV(B) 283.03º 0.45% 0.86% -
XYZ 40.99 29.62 70.58 -
YUV 152.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 191 120 219 0.13 0.45 0 0.14 283.03 0.58 0.66
Hex BF 78 DB D 2D 0 E 11B 3A 42
Octal 277 170 333 15 55 0 16 433 72 102
Binary 10111111 1111000 11011011 1101 101101 0 1110 100011011 111010 1000010

Color Harmonies of #BF78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78DB

Black with #BF78DB

Text Example


Text Example

White with #BF78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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