Html Css Color HEX #BB40F3 Medium Orchid

📋 copy color: '#BB40F3'

red 187 ◦ green 64 ◦ blue 243

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

Shades of Medium Orchid #BB40F3

Tints of Medium Orchid #BB40F3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.96%

 BLUE value IS 243 (95.31% from 255) = 49.19%

R = 37.85%
G = 12.96%
B = 49.19%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB40F3 (or 0xBB40F3) is known color: Medium Orchid. HEX triplet: BB, 40 and F3. RGB value is (187,64,243). Sum of RGB (Red+Green+Blue) = 187+64+243=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB40F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB40F3 is #44BF0C. Grayscale: #787878. Windows color (decimal): -4505357 or 15941819. OLE color: 15941819.

HSL color Cylindrical-coordinate representation of color #BB40F3: hue angle of 281.23º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB40F3 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 64 243 -
CMYK 0.23 0.74 0 0.05
HSL 281.23º 0.88% 0.6% -
HSV(B) 281.23º 0.74% 0.95% -
XYZ 38.5 20.7 86.76 -
YUV 121.18 196.75 174.95 -
System Red Green Blue C M Y K H S L
Decimal 187 64 243 0.23 0.74 0 0.05 281.23 0.88 0.6
Hex BB 40 F3 17 4A 0 5 119 58 3C
Octal 273 100 363 27 112 0 5 431 130 74
Binary 10111011 1000000 11110011 10111 1001010 0 101 100011001 1011000 111100

Color Harmonies of #BB40F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40F3

Black with #BB40F3

Text Example


Text Example

White with #BB40F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40F3; }

 p { color: rgb(187,64,243); }

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

background-color css

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

 a { background-color: rgb(187,64,243); }

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

border-color css

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

 span { border-color: rgb(187,64,243); }

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