Html Css Color HEX #BD5FE0 Medium Orchid

📋 copy color: '#BD5FE0'

red 189 ◦ green 95 ◦ blue 224

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

Shades of Medium Orchid #BD5FE0

Tints of Medium Orchid #BD5FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.7%

 BLUE value IS 224 (87.89% from 255) = 44.09%

R = 37.2%
G = 18.7%
B = 44.09%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD5FE0 (or 0xBD5FE0) is known color: Medium Orchid. HEX triplet: BD, 5F and E0. RGB value is (189,95,224). Sum of RGB (Red+Green+Blue) = 189+95+224=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD5FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FE0 is #42A01F. Grayscale: #898989. Windows color (decimal): -4366368 or 14704573. OLE color: 14704573.

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

Color convert

RGB 189 95 224 -
CMYK 0.16 0.58 0 0.12
HSL 283.72º 0.68% 0.63% -
HSV(B) 283.72º 0.58% 0.88% -
XYZ 38.53 24.39 73.2 -
YUV 137.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 189 95 224 0.16 0.58 0 0.12 283.72 0.68 0.63
Hex BD 5F E0 10 3A 0 C 11C 44 3F
Octal 275 137 340 20 72 0 14 434 104 77
Binary 10111101 1011111 11100000 10000 111010 0 1100 100011100 1000100 111111

Color Harmonies of #BD5FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5FE0

Black with #BD5FE0

Text Example


Text Example

White with #BD5FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5FE0; }

 p { color: rgb(189,95,224); }

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

background-color css

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

 a { background-color: rgb(189,95,224); }

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

border-color css

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

 span { border-color: rgb(189,95,224); }

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