Html Css Color HEX #BB44F9 Medium Orchid

📋 copy color: '#BB44F9'

red 187 ◦ green 68 ◦ blue 249

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

Shades of Medium Orchid #BB44F9

Tints of Medium Orchid #BB44F9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.49%

 BLUE value IS 249 (97.66% from 255) = 49.4%

R = 37.1%
G = 13.49%
B = 49.4%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB44F9 (or 0xBB44F9) is known color: Medium Orchid. HEX triplet: BB, 44 and F9. RGB value is (187,68,249). Sum of RGB (Red+Green+Blue) = 187+68+249=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 68 (26.95% from 255 or 13.49% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB44F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44F9 is #44BB06. Grayscale: #7B7B7B. Windows color (decimal): -4504327 or 16336059. OLE color: 16336059.

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

Color convert

RGB 187 68 249 -
CMYK 0.25 0.73 0 0.02
HSL 279.45º 0.94% 0.62% -
HSV(B) 279.45º 0.73% 0.98% -
XYZ 39.66 21.54 91.69 -
YUV 124.22 198.42 172.78 -
System Red Green Blue C M Y K H S L
Decimal 187 68 249 0.25 0.73 0 0.02 279.45 0.94 0.62
Hex BB 44 F9 19 49 0 2 117 5E 3E
Octal 273 104 371 31 111 0 2 427 136 76
Binary 10111011 1000100 11111001 11001 1001001 0 10 100010111 1011110 111110

Color Harmonies of #BB44F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB44F9

Black with #BB44F9

Text Example


Text Example

White with #BB44F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB44F9; }

 p { color: rgb(187,68,249); }

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

background-color css

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

 a { background-color: rgb(187,68,249); }

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

border-color css

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

 span { border-color: rgb(187,68,249); }

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