Html Css Color HEX #BB44F7 Medium Orchid

📋 copy color: '#BB44F7'

red 187 ◦ green 68 ◦ blue 247

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

Shades of Medium Orchid #BB44F7

Tints of Medium Orchid #BB44F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.2%

R = 37.25%
G = 13.55%
B = 49.2%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB44F7 (or 0xBB44F7) is known color: Medium Orchid. HEX triplet: BB, 44 and F7. RGB value is (187,68,247). Sum of RGB (Red+Green+Blue) = 187+68+247=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 68 (26.95% from 255 or 13.55% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB44F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44F7 is #44BB08. Grayscale: #7B7B7B. Windows color (decimal): -4504329 or 16204987. OLE color: 16204987.

HSL color Cylindrical-coordinate representation of color #BB44F7: hue angle of 279.89º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB44F7 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 68 247 -
CMYK 0.24 0.72 0 0.03
HSL 279.89º 0.92% 0.62% -
HSV(B) 279.89º 0.72% 0.97% -
XYZ 39.35 21.41 90.06 -
YUV 123.99 197.42 172.95 -
System Red Green Blue C M Y K H S L
Decimal 187 68 247 0.24 0.72 0 0.03 279.89 0.92 0.62
Hex BB 44 F7 18 48 0 3 118 5C 3E
Octal 273 104 367 30 110 0 3 430 134 76
Binary 10111011 1000100 11110111 11000 1001000 0 11 100011000 1011100 111110

Color Harmonies of #BB44F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB44F7

Black with #BB44F7

Text Example


Text Example

White with #BB44F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB44F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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