Html Css Color HEX #BB44FC Medium Orchid

📋 copy color: '#BB44FC'

red 187 ◦ green 68 ◦ blue 252

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

Shades of Medium Orchid #BB44FC

Tints of Medium Orchid #BB44FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 36.88%
G = 13.41%
B = 49.7%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB44FC (or 0xBB44FC) is known color: Medium Orchid. HEX triplet: BB, 44 and FC. RGB value is (187,68,252). Sum of RGB (Red+Green+Blue) = 187+68+252=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB44FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44FC is #44BB03. Grayscale: #7B7B7B. Windows color (decimal): -4504324 or 16532667. OLE color: 16532667.

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

Color convert

RGB 187 68 252 -
CMYK 0.26 0.73 0 0.01
HSL 278.8º 0.97% 0.63% -
HSV(B) 278.8º 0.73% 0.99% -
XYZ 40.13 21.73 94.17 -
YUV 124.56 199.92 172.54 -
System Red Green Blue C M Y K H S L
Decimal 187 68 252 0.26 0.73 0 0.01 278.8 0.97 0.63
Hex BB 44 FC 1A 49 0 1 117 61 3F
Octal 273 104 374 32 111 0 1 427 141 77
Binary 10111011 1000100 11111100 11010 1001001 0 1 100010111 1100001 111111

Color Harmonies of #BB44FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB44FC

Black with #BB44FC

Text Example


Text Example

White with #BB44FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB44FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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