Html Css Color HEX #BB54D7 Medium Orchid

📋 copy color: '#BB54D7'

red 187 ◦ green 84 ◦ blue 215

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

Shades of Medium Orchid #BB54D7

Tints of Medium Orchid #BB54D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.24%

R = 38.48%
G = 17.28%
B = 44.24%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB54D7 (or 0xBB54D7) is known color: Medium Orchid. HEX triplet: BB, 54 and D7. RGB value is (187,84,215). Sum of RGB (Red+Green+Blue) = 187+84+215=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB54D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB54D7 is #44AB28. Grayscale: #818181. Windows color (decimal): -4500265 or 14111931. OLE color: 14111931.

HSL color Cylindrical-coordinate representation of color #BB54D7: hue angle of 287.18º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB54D7 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 84 215 -
CMYK 0.13 0.61 0 0.16
HSL 287.18º 0.62% 0.59% -
HSV(B) 287.18º 0.61% 0.84% -
XYZ 35.93 21.81 66.61 -
YUV 129.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 187 84 215 0.13 0.61 0 0.16 287.18 0.62 0.59
Hex BB 54 D7 D 3D 0 10 11F 3E 3B
Octal 273 124 327 15 75 0 20 437 76 73
Binary 10111011 1010100 11010111 1101 111101 0 10000 100011111 111110 111011

Color Harmonies of #BB54D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB54D7

Black with #BB54D7

Text Example


Text Example

White with #BB54D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB54D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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