Html Css Color HEX #BB41FF Medium Orchid

📋 copy color: '#BB41FF'

red 187 ◦ green 65 ◦ blue 255

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

Shades of Medium Orchid #BB41FF

Tints of Medium Orchid #BB41FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.82%

 BLUE value IS 255 (100% from 255) = 50.3%

R = 36.88%
G = 12.82%
B = 50.3%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB41FF (or 0xBB41FF) is known color: Medium Orchid. HEX triplet: BB, 41 and FF. RGB value is (187,65,255). Sum of RGB (Red+Green+Blue) = 187+65+255=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB41FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB41FF is #44BE00. Grayscale: #7A7A7A. Windows color (decimal): -4505089 or 16728507. OLE color: 16728507.

HSL color Cylindrical-coordinate representation of color #BB41FF: hue angle of 278.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB41FF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 65 255 -
CMYK 0.27 0.75 0 0
HSL 278.53º 1% 0.63% -
HSV(B) 278.53º 0.75% 1% -
XYZ 40.43 21.57 96.64 -
YUV 123.14 202.42 173.55 -
System Red Green Blue C M Y K H S L
Decimal 187 65 255 0.27 0.75 0 0 278.53 1 0.63
Hex BB 41 FF 1B 4B 0 0 117 64 3F
Octal 273 101 377 33 113 0 0 427 144 77
Binary 10111011 1000001 11111111 11011 1001011 0 0 100010111 1100100 111111

Color Harmonies of #BB41FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41FF

Black with #BB41FF

Text Example


Text Example

White with #BB41FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41FF; }

 p { color: rgb(187,65,255); }

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

background-color css

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

 a { background-color: rgb(187,65,255); }

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

border-color css

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

 span { border-color: rgb(187,65,255); }

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