Html Css Color HEX #BD2FF1 Medium Orchid

📋 copy color: '#BD2FF1'

red 189 ◦ green 47 ◦ blue 241

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

Shades of Medium Orchid #BD2FF1

Tints of Medium Orchid #BD2FF1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.85%

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

R = 39.62%
G = 9.85%
B = 50.52%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD2FF1 (or 0xBD2FF1) is known color: Medium Orchid. HEX triplet: BD, 2F and F1. RGB value is (189,47,241). Sum of RGB (Red+Green+Blue) = 189+47+241=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD2FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2FF1 is #42D00E. Grayscale: #6E6E6E. Windows color (decimal): -4378639 or 15806397. OLE color: 15806397.

HSL color Cylindrical-coordinate representation of color #BD2FF1: hue angle of 283.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2FF1 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 47 241 -
CMYK 0.22 0.80 0 0.05
HSL 283.92º 0.87% 0.56% -
HSV(B) 283.92º 0.8% 0.95% -
XYZ 37.88 19.2 84.93 -
YUV 111.57 201.04 183.23 -
System Red Green Blue C M Y K H S L
Decimal 189 47 241 0.22 0.80 0 0.05 283.92 0.87 0.56
Hex BD 2F F1 16 50 0 5 11C 57 38
Octal 275 57 361 26 120 0 5 434 127 70
Binary 10111101 101111 11110001 10110 1010000 0 101 100011100 1010111 111000

Color Harmonies of #BD2FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2FF1

Black with #BD2FF1

Text Example


Text Example

White with #BD2FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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