Html Css Color HEX #BD75E5 Medium Orchid

📋 copy color: '#BD75E5'

red 189 ◦ green 117 ◦ blue 229

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

Shades of Medium Orchid #BD75E5

Tints of Medium Orchid #BD75E5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.87%

 BLUE value IS 229 (89.84% from 255) = 42.8%

R = 35.33%
G = 21.87%
B = 42.8%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD75E5 (or 0xBD75E5) is known color: Medium Orchid. HEX triplet: BD, 75 and E5. RGB value is (189,117,229). Sum of RGB (Red+Green+Blue) = 189+117+229=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD75E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75E5 is #428A1A. Grayscale: #969696. Windows color (decimal): -4360731 or 15037885. OLE color: 15037885.

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

Color convert

RGB 189 117 229 -
CMYK 0.17 0.49 0 0.10
HSL 278.57º 0.68% 0.68% -
HSV(B) 278.57º 0.49% 0.9% -
XYZ 41.49 29.2 77.58 -
YUV 151.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 189 117 229 0.17 0.49 0 0.10 278.57 0.68 0.68
Hex BD 75 E5 11 31 0 A 117 44 44
Octal 275 165 345 21 61 0 12 427 104 104
Binary 10111101 1110101 11100101 10001 110001 0 1010 100010111 1000100 1000100

Color Harmonies of #BD75E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD75E5

Black with #BD75E5

Text Example


Text Example

White with #BD75E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD75E5; }

 p { color: rgb(189,117,229); }

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

background-color css

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

 a { background-color: rgb(189,117,229); }

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

border-color css

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

 span { border-color: rgb(189,117,229); }

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