Html Css Color HEX #BD35CF Medium Orchid

📋 copy color: '#BD35CF'

red 189 ◦ green 53 ◦ blue 207

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

Shades of Medium Orchid #BD35CF

Tints of Medium Orchid #BD35CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 42.09%
G = 11.8%
B = 46.1%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD35CF (or 0xBD35CF) is known color: Medium Orchid. HEX triplet: BD, 35 and CF. RGB value is (189,53,207). Sum of RGB (Red+Green+Blue) = 189+53+207=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD35CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35CF is #42CA30. Grayscale: #6E6E6E. Windows color (decimal): -4377137 or 13579709. OLE color: 13579709.

HSL color Cylindrical-coordinate representation of color #BD35CF: hue angle of 292.99º degrees, saturation: 0.62, 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 #BD35CF is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 53 207 -
CMYK 0.09 0.74 0 0.19
HSL 292.99º 0.62% 0.51% -
HSV(B) 292.99º 0.74% 0.81% -
XYZ 33.52 17.87 60.71 -
YUV 111.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 189 53 207 0.09 0.74 0 0.19 292.99 0.62 0.51
Hex BD 35 CF 9 4A 0 13 125 3E 33
Octal 275 65 317 11 112 0 23 445 76 63
Binary 10111101 110101 11001111 1001 1001010 0 10011 100100101 111110 110011

Color Harmonies of #BD35CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD35CF

Black with #BD35CF

Text Example


Text Example

White with #BD35CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD35CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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