Html Css Color HEX #BD78DF Medium Orchid

📋 copy color: '#BD78DF'

red 189 ◦ green 120 ◦ blue 223

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

Shades of Medium Orchid #BD78DF

Tints of Medium Orchid #BD78DF

RGB

 RED value IS 189 (74.22% from 255) = 35.53%

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

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 35.53%
G = 22.56%
B = 41.92%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD78DF (or 0xBD78DF) is known color: Medium Orchid. HEX triplet: BD, 78 and DF. RGB value is (189,120,223). Sum of RGB (Red+Green+Blue) = 189+120+223=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78DF is #428720. Grayscale: #989898. Windows color (decimal): -4359969 or 14645437. OLE color: 14645437.

HSL color Cylindrical-coordinate representation of color #BD78DF: hue angle of 280.19º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD78DF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 120 223 -
CMYK 0.15 0.46 0 0.13
HSL 280.19º 0.62% 0.67% -
HSV(B) 280.19º 0.46% 0.87% -
XYZ 41.02 29.58 73.36 -
YUV 152.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 189 120 223 0.15 0.46 0 0.13 280.19 0.62 0.67
Hex BD 78 DF F 2E 0 D 118 3E 43
Octal 275 170 337 17 56 0 15 430 76 103
Binary 10111101 1111000 11011111 1111 101110 0 1101 100011000 111110 1000011

Color Harmonies of #BD78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78DF

Black with #BD78DF

Text Example


Text Example

White with #BD78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78DF; }

 p { color: rgb(189,120,223); }

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

background-color css

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

 a { background-color: rgb(189,120,223); }

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

border-color css

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

 span { border-color: rgb(189,120,223); }

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