Html Css Color HEX #BD5DF2 Medium Orchid

📋 copy color: '#BD5DF2'

red 189 ◦ green 93 ◦ blue 242

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

Shades of Medium Orchid #BD5DF2

Tints of Medium Orchid #BD5DF2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.75%

 BLUE value IS 242 (94.92% from 255) = 46.18%

R = 36.07%
G = 17.75%
B = 46.18%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD5DF2 (or 0xBD5DF2) is known color: Medium Orchid. HEX triplet: BD, 5D and F2. RGB value is (189,93,242). Sum of RGB (Red+Green+Blue) = 189+93+242=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD5DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5DF2 is #42A20D. Grayscale: #8A8A8A. Windows color (decimal): -4366862 or 15883709. OLE color: 15883709.

HSL color Cylindrical-coordinate representation of color #BD5DF2: hue angle of 278.66º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD5DF2 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 93 242 -
CMYK 0.22 0.62 0 0.05
HSL 278.66º 0.85% 0.66% -
HSV(B) 278.66º 0.62% 0.95% -
XYZ 40.93 25.06 86.68 -
YUV 138.69 186.3 163.88 -
System Red Green Blue C M Y K H S L
Decimal 189 93 242 0.22 0.62 0 0.05 278.66 0.85 0.66
Hex BD 5D F2 16 3E 0 5 117 55 42
Octal 275 135 362 26 76 0 5 427 125 102
Binary 10111101 1011101 11110010 10110 111110 0 101 100010111 1010101 1000010

Color Harmonies of #BD5DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DF2

Black with #BD5DF2

Text Example


Text Example

White with #BD5DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DF2; }

 p { color: rgb(189,93,242); }

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

background-color css

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

 a { background-color: rgb(189,93,242); }

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

border-color css

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

 span { border-color: rgb(189,93,242); }

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