Html Css Color HEX #BD35CE Medium Orchid

📋 copy color: '#BD35CE'

red 189 ◦ green 53 ◦ blue 206

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

Shades of Medium Orchid #BD35CE

Tints of Medium Orchid #BD35CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 42.19%
G = 11.83%
B = 45.98%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD35CE (or 0xBD35CE) is known color: Medium Orchid. HEX triplet: BD, 35 and CE. RGB value is (189,53,206). Sum of RGB (Red+Green+Blue) = 189+53+206=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD35CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35CE is #42CA31. Grayscale: #6E6E6E. Windows color (decimal): -4377138 or 13514173. OLE color: 13514173.

HSL color Cylindrical-coordinate representation of color #BD35CE: hue angle of 293.33º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD35CE is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 53 206 -
CMYK 0.08 0.74 0 0.19
HSL 293.33º 0.61% 0.51% -
HSV(B) 293.33º 0.74% 0.81% -
XYZ 33.4 17.82 60.07 -
YUV 111.11 181.56 183.56 -
System Red Green Blue C M Y K H S L
Decimal 189 53 206 0.08 0.74 0 0.19 293.33 0.61 0.51
Hex BD 35 CE 8 4A 0 13 125 3D 33
Octal 275 65 316 10 112 0 23 445 75 63
Binary 10111101 110101 11001110 1000 1001010 0 10011 100100101 111101 110011

Color Harmonies of #BD35CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD35CE

Black with #BD35CE

Text Example


Text Example

White with #BD35CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD35CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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