Html Css Color HEX #BD5BF1 Medium Orchid

📋 copy color: '#BD5BF1'

red 189 ◦ green 91 ◦ blue 241

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

Shades of Medium Orchid #BD5BF1

Tints of Medium Orchid #BD5BF1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.47%

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

R = 36.28%
G = 17.47%
B = 46.26%

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

#BD5BF1 (or 0xBD5BF1) is known color: Medium Orchid. HEX triplet: BD, 5B and F1. RGB value is (189,91,241). Sum of RGB (Red+Green+Blue) = 189+91+241=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD5BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5BF1 is #42A40E. Grayscale: #888888. Windows color (decimal): -4367375 or 15817661. OLE color: 15817661.

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

Color convert

RGB 189 91 241 -
CMYK 0.22 0.62 0 0.05
HSL 279.2º 0.84% 0.65% -
HSV(B) 279.2º 0.62% 0.95% -
XYZ 40.6 24.65 85.84 -
YUV 137.4 186.47 164.8 -
System Red Green Blue C M Y K H S L
Decimal 189 91 241 0.22 0.62 0 0.05 279.2 0.84 0.65
Hex BD 5B F1 16 3E 0 5 117 54 41
Octal 275 133 361 26 76 0 5 427 124 101
Binary 10111101 1011011 11110001 10110 111110 0 101 100010111 1010100 1000001

Color Harmonies of #BD5BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5BF1

Black with #BD5BF1

Text Example


Text Example

White with #BD5BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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