Html Css Color HEX #BB54FF Medium Orchid

📋 copy color: '#BB54FF'

red 187 ◦ green 84 ◦ blue 255

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

Shades of Medium Orchid #BB54FF

Tints of Medium Orchid #BB54FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 35.55%
G = 15.97%
B = 48.48%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB54FF (or 0xBB54FF) is known color: Medium Orchid. HEX triplet: BB, 54 and FF. RGB value is (187,84,255). Sum of RGB (Red+Green+Blue) = 187+84+255=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB54FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB54FF is #44AB00. Grayscale: #858585. Windows color (decimal): -4500225 or 16733371. OLE color: 16733371.

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

Color convert

RGB 187 84 255 -
CMYK 0.27 0.67 0 0
HSL 276.14º 1% 0.66% -
HSV(B) 276.14º 0.67% 1% -
XYZ 41.71 24.13 97.07 -
YUV 134.29 196.12 165.6 -
System Red Green Blue C M Y K H S L
Decimal 187 84 255 0.27 0.67 0 0 276.14 1 0.66
Hex BB 54 FF 1B 43 0 0 114 64 42
Octal 273 124 377 33 103 0 0 424 144 102
Binary 10111011 1010100 11111111 11011 1000011 0 0 100010100 1100100 1000010

Color Harmonies of #BB54FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB54FF

Black with #BB54FF

Text Example


Text Example

White with #BB54FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB54FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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