Html Css Color HEX #BD5AF1 Medium Orchid

📋 copy color: '#BD5AF1'

red 189 ◦ green 90 ◦ blue 241

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

Shades of Medium Orchid #BD5AF1

Tints of Medium Orchid #BD5AF1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.31%

 BLUE value IS 241 (94.53% from 255) = 46.35%

R = 36.35%
G = 17.31%
B = 46.35%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD5AF1 (or 0xBD5AF1) is known color: Medium Orchid. HEX triplet: BD, 5A and F1. RGB value is (189,90,241). Sum of RGB (Red+Green+Blue) = 189+90+241=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD5AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5AF1 is #42A50E. Grayscale: #888888. Windows color (decimal): -4367631 or 15817405. OLE color: 15817405.

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

Color convert

RGB 189 90 241 -
CMYK 0.22 0.63 0 0.05
HSL 279.34º 0.84% 0.65% -
HSV(B) 279.34º 0.63% 0.95% -
XYZ 40.52 24.48 85.81 -
YUV 136.82 186.8 165.22 -
System Red Green Blue C M Y K H S L
Decimal 189 90 241 0.22 0.63 0 0.05 279.34 0.84 0.65
Hex BD 5A F1 16 3F 0 5 117 54 41
Octal 275 132 361 26 77 0 5 427 124 101
Binary 10111101 1011010 11110001 10110 111111 0 101 100010111 1010100 1000001

Color Harmonies of #BD5AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5AF1

Black with #BD5AF1

Text Example


Text Example

White with #BD5AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5AF1; }

 p { color: rgb(189,90,241); }

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

background-color css

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

 a { background-color: rgb(189,90,241); }

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

border-color css

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

 span { border-color: rgb(189,90,241); }

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