Html Css Color HEX #BD4FD8 Medium Orchid

📋 copy color: '#BD4FD8'

red 189 ◦ green 79 ◦ blue 216

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

Shades of Medium Orchid #BD4FD8

Tints of Medium Orchid #BD4FD8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.32%

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

R = 39.05%
G = 16.32%
B = 44.63%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD4FD8 (or 0xBD4FD8) is known color: Medium Orchid. HEX triplet: BD, 4F and D8. RGB value is (189,79,216). Sum of RGB (Red+Green+Blue) = 189+79+216=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD4FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FD8 is #42B027. Grayscale: #7F7F7F. Windows color (decimal): -4370472 or 14176189. OLE color: 14176189.

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

Color convert

RGB 189 79 216 -
CMYK 0.12 0.63 0 0.15
HSL 288.18º 0.64% 0.58% -
HSV(B) 288.18º 0.63% 0.85% -
XYZ 36.18 21.37 67.18 -
YUV 127.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 189 79 216 0.12 0.63 0 0.15 288.18 0.64 0.58
Hex BD 4F D8 C 3F 0 F 120 40 3A
Octal 275 117 330 14 77 0 17 440 100 72
Binary 10111101 1001111 11011000 1100 111111 0 1111 100100000 1000000 111010

Color Harmonies of #BD4FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4FD8

Black with #BD4FD8

Text Example


Text Example

White with #BD4FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4FD8; }

 p { color: rgb(189,79,216); }

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

background-color css

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

 a { background-color: rgb(189,79,216); }

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

border-color css

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

 span { border-color: rgb(189,79,216); }

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