Html Css Color HEX #BB3AFF Medium Orchid

📋 copy color: '#BB3AFF'

red 187 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #BB3AFF

Tints of Medium Orchid #BB3AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 37.4%
G = 11.6%
B = 51%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB3AFF (or 0xBB3AFF) is known color: Medium Orchid. HEX triplet: BB, 3A and FF. RGB value is (187,58,255). Sum of RGB (Red+Green+Blue) = 187+58+255=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB3AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3AFF is #44C500. Grayscale: #767676. Windows color (decimal): -4506881 or 16726715. OLE color: 16726715.

HSL color Cylindrical-coordinate representation of color #BB3AFF: hue angle of 279.29º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB3AFF is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 58 255 -
CMYK 0.27 0.77 0 0
HSL 279.29º 1% 0.61% -
HSV(B) 279.29º 0.77% 1% -
XYZ 40.06 20.81 96.51 -
YUV 119.03 204.74 176.48 -
System Red Green Blue C M Y K H S L
Decimal 187 58 255 0.27 0.77 0 0 279.29 1 0.61
Hex BB 3A FF 1B 4D 0 0 117 64 3D
Octal 273 72 377 33 115 0 0 427 144 75
Binary 10111011 111010 11111111 11011 1001101 0 0 100010111 1100100 111101

Color Harmonies of #BB3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3AFF

Black with #BB3AFF

Text Example


Text Example

White with #BB3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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