Html Css Color HEX #BD74E6 Medium Orchid

📋 copy color: '#BD74E6'

red 189 ◦ green 116 ◦ blue 230

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

Shades of Medium Orchid #BD74E6

Tints of Medium Orchid #BD74E6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.68%

 BLUE value IS 230 (90.23% from 255) = 42.99%

R = 35.33%
G = 21.68%
B = 42.99%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD74E6 (or 0xBD74E6) is known color: Medium Orchid. HEX triplet: BD, 74 and E6. RGB value is (189,116,230). Sum of RGB (Red+Green+Blue) = 189+116+230=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD74E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD74E6 is #428B19. Grayscale: #969696. Windows color (decimal): -4360986 or 15103165. OLE color: 15103165.

HSL color Cylindrical-coordinate representation of color #BD74E6: hue angle of 278.42º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD74E6 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 116 230 -
CMYK 0.18 0.50 0 0.10
HSL 278.42º 0.7% 0.68% -
HSV(B) 278.42º 0.5% 0.9% -
XYZ 41.51 29.02 78.28 -
YUV 150.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 189 116 230 0.18 0.50 0 0.10 278.42 0.7 0.68
Hex BD 74 E6 12 32 0 A 116 46 44
Octal 275 164 346 22 62 0 12 426 106 104
Binary 10111101 1110100 11100110 10010 110010 0 1010 100010110 1000110 1000100

Color Harmonies of #BD74E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74E6

Black with #BD74E6

Text Example


Text Example

White with #BD74E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74E6; }

 p { color: rgb(189,116,230); }

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

background-color css

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

 a { background-color: rgb(189,116,230); }

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

border-color css

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

 span { border-color: rgb(189,116,230); }

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