Html Css Color HEX #BB40F2 Medium Orchid

📋 copy color: '#BB40F2'

red 187 ◦ green 64 ◦ blue 242

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

Shades of Medium Orchid #BB40F2

Tints of Medium Orchid #BB40F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.09%

R = 37.93%
G = 12.98%
B = 49.09%

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

#BB40F2 (or 0xBB40F2) is known color: Medium Orchid. HEX triplet: BB, 40 and F2. RGB value is (187,64,242). Sum of RGB (Red+Green+Blue) = 187+64+242=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB40F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB40F2 is #44BF0D. Grayscale: #787878. Windows color (decimal): -4505358 or 15876283. OLE color: 15876283.

HSL color Cylindrical-coordinate representation of color #BB40F2: hue angle of 281.46º degrees, saturation: 0.87, 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 #BB40F2 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 64 242 -
CMYK 0.23 0.74 0 0.05
HSL 281.46º 0.87% 0.6% -
HSV(B) 281.46º 0.74% 0.95% -
XYZ 38.35 20.64 85.97 -
YUV 121.07 196.25 175.03 -
System Red Green Blue C M Y K H S L
Decimal 187 64 242 0.23 0.74 0 0.05 281.46 0.87 0.6
Hex BB 40 F2 17 4A 0 5 119 57 3C
Octal 273 100 362 27 112 0 5 431 127 74
Binary 10111011 1000000 11110010 10111 1001010 0 101 100011001 1010111 111100

Color Harmonies of #BB40F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40F2

Black with #BB40F2

Text Example


Text Example

White with #BB40F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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