Html Css Color HEX #BB4AEC Medium Orchid

📋 copy color: '#BB4AEC'

red 187 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #BB4AEC

Tints of Medium Orchid #BB4AEC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.89%

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 37.63%
G = 14.89%
B = 47.48%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB4AEC (or 0xBB4AEC) is known color: Medium Orchid. HEX triplet: BB, 4A and EC. RGB value is (187,74,236). Sum of RGB (Red+Green+Blue) = 187+74+236=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB4AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4AEC is #44B513. Grayscale: #7D7D7D. Windows color (decimal): -4502804 or 15485627. OLE color: 15485627.

HSL color Cylindrical-coordinate representation of color #BB4AEC: hue angle of 281.85º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4AEC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 74 236 -
CMYK 0.21 0.69 0 0.07
HSL 281.85º 0.81% 0.61% -
HSV(B) 281.85º 0.69% 0.93% -
XYZ 38.08 21.52 81.5 -
YUV 126.26 189.94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 187 74 236 0.21 0.69 0 0.07 281.85 0.81 0.61
Hex BB 4A EC 15 45 0 7 11A 51 3D
Octal 273 112 354 25 105 0 7 432 121 75
Binary 10111011 1001010 11101100 10101 1000101 0 111 100011010 1010001 111101

Color Harmonies of #BB4AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4AEC

Black with #BB4AEC

Text Example


Text Example

White with #BB4AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4AEC; }

 p { color: rgb(187,74,236); }

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

background-color css

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

 a { background-color: rgb(187,74,236); }

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

border-color css

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

 span { border-color: rgb(187,74,236); }

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