Html Css Color HEX #BB44FE Medium Orchid

📋 copy color: '#BB44FE'

red 187 ◦ green 68 ◦ blue 254

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

Shades of Medium Orchid #BB44FE

Tints of Medium Orchid #BB44FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 36.74%
G = 13.36%
B = 49.9%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB44FE (or 0xBB44FE) is known color: Medium Orchid. HEX triplet: BB, 44 and FE. RGB value is (187,68,254). Sum of RGB (Red+Green+Blue) = 187+68+254=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB44FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44FE is #44BB01. Grayscale: #7C7C7C. Windows color (decimal): -4504322 or 16663739. OLE color: 16663739.

HSL color Cylindrical-coordinate representation of color #BB44FE: hue angle of 278.39º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB44FE is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 68 254 -
CMYK 0.26 0.73 0 0.00
HSL 278.39º 0.99% 0.63% -
HSV(B) 278.39º 0.73% 1% -
XYZ 40.45 21.85 95.85 -
YUV 124.79 200.92 172.38 -
System Red Green Blue C M Y K H S L
Decimal 187 68 254 0.26 0.73 0 0.00 278.39 0.99 0.63
Hex BB 44 FE 1A 49 0 0 116 63 3F
Octal 273 104 376 32 111 0 0 426 143 77
Binary 10111011 1000100 11111110 11010 1001001 0 0 100010110 1100011 111111

Color Harmonies of #BB44FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB44FE

Black with #BB44FE

Text Example


Text Example

White with #BB44FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB44FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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