Html Css Color HEX #BB41FB Medium Orchid

📋 copy color: '#BB41FB'

red 187 ◦ green 65 ◦ blue 251

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

Shades of Medium Orchid #BB41FB

Tints of Medium Orchid #BB41FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 37.18%
G = 12.92%
B = 49.9%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB41FB (or 0xBB41FB) is known color: Medium Orchid. HEX triplet: BB, 41 and FB. RGB value is (187,65,251). Sum of RGB (Red+Green+Blue) = 187+65+251=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB41FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB41FB is #44BE04. Grayscale: #7A7A7A. Windows color (decimal): -4505093 or 16466363. OLE color: 16466363.

HSL color Cylindrical-coordinate representation of color #BB41FB: hue angle of 279.35º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB41FB is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 65 251 -
CMYK 0.25 0.74 0 0.02
HSL 279.35º 0.96% 0.62% -
HSV(B) 279.35º 0.74% 0.98% -
XYZ 39.8 21.31 93.28 -
YUV 122.68 200.42 173.88 -
System Red Green Blue C M Y K H S L
Decimal 187 65 251 0.25 0.74 0 0.02 279.35 0.96 0.62
Hex BB 41 FB 19 4A 0 2 117 60 3E
Octal 273 101 373 31 112 0 2 427 140 76
Binary 10111011 1000001 11111011 11001 1001010 0 10 100010111 1100000 111110

Color Harmonies of #BB41FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41FB

Black with #BB41FB

Text Example


Text Example

White with #BB41FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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