Html Css Color HEX #BB45F3 Medium Orchid

📋 copy color: '#BB45F3'

red 187 ◦ green 69 ◦ blue 243

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

Shades of Medium Orchid #BB45F3

Tints of Medium Orchid #BB45F3

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.83%

 BLUE value IS 243 (95.31% from 255) = 48.7%

R = 37.47%
G = 13.83%
B = 48.7%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB45F3 (or 0xBB45F3) is known color: Medium Orchid. HEX triplet: BB, 45 and F3. RGB value is (187,69,243). Sum of RGB (Red+Green+Blue) = 187+69+243=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB45F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB45F3 is #44BA0C. Grayscale: #7B7B7B. Windows color (decimal): -4504077 or 15943099. OLE color: 15943099.

HSL color Cylindrical-coordinate representation of color #BB45F3: hue angle of 280.69º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB45F3 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 69 243 -
CMYK 0.23 0.72 0 0.05
HSL 280.69º 0.88% 0.61% -
HSV(B) 280.69º 0.72% 0.95% -
XYZ 38.8 21.29 86.86 -
YUV 124.12 195.09 172.85 -
System Red Green Blue C M Y K H S L
Decimal 187 69 243 0.23 0.72 0 0.05 280.69 0.88 0.61
Hex BB 45 F3 17 48 0 5 119 58 3D
Octal 273 105 363 27 110 0 5 431 130 75
Binary 10111011 1000101 11110011 10111 1001000 0 101 100011001 1011000 111101

Color Harmonies of #BB45F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB45F3

Black with #BB45F3

Text Example


Text Example

White with #BB45F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB45F3; }

 p { color: rgb(187,69,243); }

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

background-color css

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

 a { background-color: rgb(187,69,243); }

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

border-color css

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

 span { border-color: rgb(187,69,243); }

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