Html Css Color HEX #BD35EC Medium Orchid

📋 copy color: '#BD35EC'

red 189 ◦ green 53 ◦ blue 236

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

Shades of Medium Orchid #BD35EC

Tints of Medium Orchid #BD35EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 39.54%
G = 11.09%
B = 49.37%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD35EC (or 0xBD35EC) is known color: Medium Orchid. HEX triplet: BD, 35 and EC. RGB value is (189,53,236). Sum of RGB (Red+Green+Blue) = 189+53+236=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 53 (21.09% from 255 or 11.09% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD35EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD35EC is #42CA13. Grayscale: #717171. Windows color (decimal): -4377108 or 15480253. OLE color: 15480253.

HSL color Cylindrical-coordinate representation of color #BD35EC: hue angle of 284.59º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD35EC is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 53 236 -
CMYK 0.20 0.78 0 0.07
HSL 284.59º 0.83% 0.57% -
HSV(B) 284.59º 0.78% 0.93% -
XYZ 37.4 19.42 81.13 -
YUV 114.53 196.56 181.12 -
System Red Green Blue C M Y K H S L
Decimal 189 53 236 0.20 0.78 0 0.07 284.59 0.83 0.57
Hex BD 35 EC 14 4E 0 7 11D 53 39
Octal 275 65 354 24 116 0 7 435 123 71
Binary 10111101 110101 11101100 10100 1001110 0 111 100011101 1010011 111001

Color Harmonies of #BD35EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD35EC

Black with #BD35EC

Text Example


Text Example

White with #BD35EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD35EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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