Html Css Color HEX #BD35E5 Medium Orchid

📋 copy color: '#BD35E5'

red 189 ◦ green 53 ◦ blue 229

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

Shades of Medium Orchid #BD35E5

Tints of Medium Orchid #BD35E5

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.25%

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

R = 40.13%
G = 11.25%
B = 48.62%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD35E5 (or 0xBD35E5) is known color: Medium Orchid. HEX triplet: BD, 35 and E5. RGB value is (189,53,229). Sum of RGB (Red+Green+Blue) = 189+53+229=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD35E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35E5 is #42CA1A. Grayscale: #717171. Windows color (decimal): -4377115 or 15021501. OLE color: 15021501.

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

Color convert

RGB 189 53 229 -
CMYK 0.17 0.77 0 0.10
HSL 286.36º 0.77% 0.55% -
HSV(B) 286.36º 0.77% 0.9% -
XYZ 36.4 19.02 75.88 -
YUV 113.73 193.06 181.69 -
System Red Green Blue C M Y K H S L
Decimal 189 53 229 0.17 0.77 0 0.10 286.36 0.77 0.55
Hex BD 35 E5 11 4D 0 A 11E 4D 37
Octal 275 65 345 21 115 0 12 436 115 67
Binary 10111101 110101 11100101 10001 1001101 0 1010 100011110 1001101 110111

Color Harmonies of #BD35E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD35E5

Black with #BD35E5

Text Example


Text Example

White with #BD35E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD35E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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