Html Css Color HEX #BB45EF Medium Orchid

📋 copy color: '#BB45EF'

red 187 ◦ green 69 ◦ blue 239

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

Shades of Medium Orchid #BB45EF

Tints of Medium Orchid #BB45EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 37.78%
G = 13.94%
B = 48.28%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB45EF (or 0xBB45EF) is known color: Medium Orchid. HEX triplet: BB, 45 and EF. RGB value is (187,69,239). Sum of RGB (Red+Green+Blue) = 187+69+239=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB45EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB45EF is #44BA10. Grayscale: #7B7B7B. Windows color (decimal): -4504081 or 15680955. OLE color: 15680955.

HSL color Cylindrical-coordinate representation of color #BB45EF: hue angle of 281.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB45EF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 69 239 -
CMYK 0.22 0.71 0 0.06
HSL 281.65º 0.84% 0.6% -
HSV(B) 281.65º 0.71% 0.94% -
XYZ 38.2 21.05 83.71 -
YUV 123.66 193.09 173.18 -
System Red Green Blue C M Y K H S L
Decimal 187 69 239 0.22 0.71 0 0.06 281.65 0.84 0.6
Hex BB 45 EF 16 47 0 6 11A 54 3C
Octal 273 105 357 26 107 0 6 432 124 74
Binary 10111011 1000101 11101111 10110 1000111 0 110 100011010 1010100 111100

Color Harmonies of #BB45EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB45EF

Black with #BB45EF

Text Example


Text Example

White with #BB45EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB45EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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