Html Css Color HEX #BB40F4 Medium Orchid

📋 copy color: '#BB40F4'

red 187 ◦ green 64 ◦ blue 244

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

Shades of Medium Orchid #BB40F4

Tints of Medium Orchid #BB40F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.29%

R = 37.78%
G = 12.93%
B = 49.29%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB40F4 (or 0xBB40F4) is known color: Medium Orchid. HEX triplet: BB, 40 and F4. RGB value is (187,64,244). Sum of RGB (Red+Green+Blue) = 187+64+244=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB40F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB40F4 is #44BF0B. Grayscale: #787878. Windows color (decimal): -4505356 or 16007355. OLE color: 16007355.

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

Color convert

RGB 187 64 244 -
CMYK 0.23 0.74 0 0.04
HSL 281º 0.89% 0.6% -
HSV(B) 281º 0.74% 0.96% -
XYZ 38.66 20.76 87.56 -
YUV 121.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 187 64 244 0.23 0.74 0 0.04 281 0.89 0.6
Hex BB 40 F4 17 4A 0 4 119 59 3C
Octal 273 100 364 27 112 0 4 431 131 74
Binary 10111011 1000000 11110100 10111 1001010 0 100 100011001 1011001 111100

Color Harmonies of #BB40F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40F4

Black with #BB40F4

Text Example


Text Example

White with #BB40F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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