Html Css Color HEX #BB54FC Medium Orchid

📋 copy color: '#BB54FC'

red 187 ◦ green 84 ◦ blue 252

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

Shades of Medium Orchid #BB54FC

Tints of Medium Orchid #BB54FC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.06%

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

R = 35.76%
G = 16.06%
B = 48.18%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB54FC (or 0xBB54FC) is known color: Medium Orchid. HEX triplet: BB, 54 and FC. RGB value is (187,84,252). Sum of RGB (Red+Green+Blue) = 187+84+252=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB54FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB54FC is #44AB03. Grayscale: #858585. Windows color (decimal): -4500228 or 16536763. OLE color: 16536763.

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

Color convert

RGB 187 84 252 -
CMYK 0.26 0.67 0 0.01
HSL 276.79º 0.97% 0.66% -
HSV(B) 276.79º 0.67% 0.99% -
XYZ 41.23 23.93 94.54 -
YUV 133.95 194.62 165.84 -
System Red Green Blue C M Y K H S L
Decimal 187 84 252 0.26 0.67 0 0.01 276.79 0.97 0.66
Hex BB 54 FC 1A 43 0 1 115 61 42
Octal 273 124 374 32 103 0 1 425 141 102
Binary 10111011 1010100 11111100 11010 1000011 0 1 100010101 1100001 1000010

Color Harmonies of #BB54FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB54FC

Black with #BB54FC

Text Example


Text Example

White with #BB54FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB54FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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