Html Css Color HEX #BD5FF1 Medium Orchid

📋 copy color: '#BD5FF1'

red 189 ◦ green 95 ◦ blue 241

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

Shades of Medium Orchid #BD5FF1

Tints of Medium Orchid #BD5FF1

RGB

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

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

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

R = 36%
G = 18.1%
B = 45.9%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD5FF1 (or 0xBD5FF1) is known color: Medium Orchid. HEX triplet: BD, 5F and F1. RGB value is (189,95,241). Sum of RGB (Red+Green+Blue) = 189+95+241=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD5FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5FF1 is #42A00E. Grayscale: #8B8B8B. Windows color (decimal): -4366351 or 15818685. OLE color: 15818685.

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

Color convert

RGB 189 95 241 -
CMYK 0.22 0.61 0 0.05
HSL 278.63º 0.84% 0.66% -
HSV(B) 278.63º 0.61% 0.95% -
XYZ 40.96 25.35 85.95 -
YUV 139.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 189 95 241 0.22 0.61 0 0.05 278.63 0.84 0.66
Hex BD 5F F1 16 3D 0 5 117 54 42
Octal 275 137 361 26 75 0 5 427 124 102
Binary 10111101 1011111 11110001 10110 111101 0 101 100010111 1010100 1000010

Color Harmonies of #BD5FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5FF1

Black with #BD5FF1

Text Example


Text Example

White with #BD5FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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