Html Css Color HEX #BD35E1 Medium Orchid

📋 copy color: '#BD35E1'

red 189 ◦ green 53 ◦ blue 225

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

Shades of Medium Orchid #BD35E1

Tints of Medium Orchid #BD35E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.18%

R = 40.47%
G = 11.35%
B = 48.18%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD35E1 (or 0xBD35E1) is known color: Medium Orchid. HEX triplet: BD, 35 and E1. RGB value is (189,53,225). Sum of RGB (Red+Green+Blue) = 189+53+225=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD35E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35E1 is #42CA1E. Grayscale: #707070. Windows color (decimal): -4377119 or 14759357. OLE color: 14759357.

HSL color Cylindrical-coordinate representation of color #BD35E1: hue angle of 287.44º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD35E1 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 53 225 -
CMYK 0.16 0.76 0 0.12
HSL 287.44º 0.74% 0.55% -
HSV(B) 287.44º 0.76% 0.88% -
XYZ 35.85 18.8 72.97 -
YUV 113.27 191.06 182.01 -
System Red Green Blue C M Y K H S L
Decimal 189 53 225 0.16 0.76 0 0.12 287.44 0.74 0.55
Hex BD 35 E1 10 4C 0 C 11F 4A 37
Octal 275 65 341 20 114 0 14 437 112 67
Binary 10111101 110101 11100001 10000 1001100 0 1100 100011111 1001010 110111

Color Harmonies of #BD35E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD35E1

Black with #BD35E1

Text Example


Text Example

White with #BD35E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD35E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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