Html Css Color HEX #BB2FF1 Medium Orchid

📋 copy color: '#BB2FF1'

red 187 ◦ green 47 ◦ blue 241

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

Shades of Medium Orchid #BB2FF1

Tints of Medium Orchid #BB2FF1

RGB

 RED value IS 187 (73.44% from 255) = 39.37%

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

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

R = 39.37%
G = 9.89%
B = 50.74%

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

#BB2FF1 (or 0xBB2FF1) is known color: Medium Orchid. HEX triplet: BB, 2F and F1. RGB value is (187,47,241). Sum of RGB (Red+Green+Blue) = 187+47+241=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB2FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2FF1 is #44D00E. Grayscale: #6E6E6E. Windows color (decimal): -4509711 or 15806395. OLE color: 15806395.

HSL color Cylindrical-coordinate representation of color #BB2FF1: hue angle of 283.3º 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 #BB2FF1 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 47 241 -
CMYK 0.22 0.80 0 0.05
HSL 283.3º 0.87% 0.56% -
HSV(B) 283.3º 0.8% 0.95% -
XYZ 37.39 18.95 84.91 -
YUV 110.98 201.38 182.23 -
System Red Green Blue C M Y K H S L
Decimal 187 47 241 0.22 0.80 0 0.05 283.3 0.87 0.56
Hex BB 2F F1 16 50 0 5 11B 57 38
Octal 273 57 361 26 120 0 5 433 127 70
Binary 10111011 101111 11110001 10110 1010000 0 101 100011011 1010111 111000

Color Harmonies of #BB2FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2FF1

Black with #BB2FF1

Text Example


Text Example

White with #BB2FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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