Html Css Color HEX #BB4AEF Medium Orchid

📋 copy color: '#BB4AEF'

red 187 ◦ green 74 ◦ blue 239

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

Shades of Medium Orchid #BB4AEF

Tints of Medium Orchid #BB4AEF

RGB

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

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

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

R = 37.4%
G = 14.8%
B = 47.8%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB4AEF (or 0xBB4AEF) is known color: Medium Orchid. HEX triplet: BB, 4A and EF. RGB value is (187,74,239). Sum of RGB (Red+Green+Blue) = 187+74+239=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB4AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4AEF is #44B510. Grayscale: #7E7E7E. Windows color (decimal): -4502801 or 15682235. OLE color: 15682235.

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

Color convert

RGB 187 74 239 -
CMYK 0.22 0.69 0 0.06
HSL 281.09º 0.84% 0.61% -
HSV(B) 281.09º 0.69% 0.94% -
XYZ 38.52 21.69 83.82 -
YUV 126.6 191.44 171.08 -
System Red Green Blue C M Y K H S L
Decimal 187 74 239 0.22 0.69 0 0.06 281.09 0.84 0.61
Hex BB 4A EF 16 45 0 6 119 54 3D
Octal 273 112 357 26 105 0 6 431 124 75
Binary 10111011 1001010 11101111 10110 1000101 0 110 100011001 1010100 111101

Color Harmonies of #BB4AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4AEF

Black with #BB4AEF

Text Example


Text Example

White with #BB4AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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