Html Css Color HEX #BB3AED Medium Orchid

📋 copy color: '#BB3AED'

red 187 ◦ green 58 ◦ blue 237

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

Shades of Medium Orchid #BB3AED

Tints of Medium Orchid #BB3AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.03%

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 38.8%
G = 12.03%
B = 49.17%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB3AED (or 0xBB3AED) is known color: Medium Orchid. HEX triplet: BB, 3A and ED. RGB value is (187,58,237). Sum of RGB (Red+Green+Blue) = 187+58+237=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB3AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3AED is #44C512. Grayscale: #747474. Windows color (decimal): -4506899 or 15547067. OLE color: 15547067.

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

Color convert

RGB 187 58 237 -
CMYK 0.21 0.76 0 0.07
HSL 283.24º 0.83% 0.58% -
HSV(B) 283.24º 0.76% 0.93% -
XYZ 37.29 19.71 81.96 -
YUV 116.98 195.74 177.95 -
System Red Green Blue C M Y K H S L
Decimal 187 58 237 0.21 0.76 0 0.07 283.24 0.83 0.58
Hex BB 3A ED 15 4C 0 7 11B 53 3A
Octal 273 72 355 25 114 0 7 433 123 72
Binary 10111011 111010 11101101 10101 1001100 0 111 100011011 1010011 111010

Color Harmonies of #BB3AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3AED

Black with #BB3AED

Text Example


Text Example

White with #BB3AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3AED; }

 p { color: rgb(187,58,237); }

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

background-color css

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

 a { background-color: rgb(187,58,237); }

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

border-color css

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

 span { border-color: rgb(187,58,237); }

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