Html Css Color HEX #BD78E2 Medium Orchid

📋 copy color: '#BD78E2'

red 189 ◦ green 120 ◦ blue 226

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

Shades of Medium Orchid #BD78E2

Tints of Medium Orchid #BD78E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.24%

R = 35.33%
G = 22.43%
B = 42.24%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD78E2 (or 0xBD78E2) is known color: Medium Orchid. HEX triplet: BD, 78 and E2. RGB value is (189,120,226). Sum of RGB (Red+Green+Blue) = 189+120+226=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD78E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78E2 is #42871D. Grayscale: #989898. Windows color (decimal): -4359966 or 14842045. OLE color: 14842045.

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

Color convert

RGB 189 120 226 -
CMYK 0.16 0.47 0 0.11
HSL 279.06º 0.65% 0.68% -
HSV(B) 279.06º 0.47% 0.89% -
XYZ 41.43 29.74 75.51 -
YUV 152.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 189 120 226 0.16 0.47 0 0.11 279.06 0.65 0.68
Hex BD 78 E2 10 2F 0 B 117 41 44
Octal 275 170 342 20 57 0 13 427 101 104
Binary 10111101 1111000 11100010 10000 101111 0 1011 100010111 1000001 1000100

Color Harmonies of #BD78E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78E2

Black with #BD78E2

Text Example


Text Example

White with #BD78E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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