Html Css Color HEX #BB4DDA Medium Orchid

📋 copy color: '#BB4DDA'

red 187 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #BB4DDA

Tints of Medium Orchid #BB4DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.98%

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 38.8%
G = 15.98%
B = 45.23%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB4DDA (or 0xBB4DDA) is known color: Medium Orchid. HEX triplet: BB, 4D and DA. RGB value is (187,77,218). Sum of RGB (Red+Green+Blue) = 187+77+218=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DDA is #44B225. Grayscale: #7D7D7D. Windows color (decimal): -4502054 or 14306747. OLE color: 14306747.

HSL color Cylindrical-coordinate representation of color #BB4DDA: hue angle of 286.81º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4DDA is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 77 218 -
CMYK 0.14 0.65 0 0.15
HSL 286.81º 0.66% 0.58% -
HSV(B) 286.81º 0.65% 0.85% -
XYZ 35.8 20.93 68.48 -
YUV 125.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 187 77 218 0.14 0.65 0 0.15 286.81 0.66 0.58
Hex BB 4D DA E 41 0 F 11F 42 3A
Octal 273 115 332 16 101 0 17 437 102 72
Binary 10111011 1001101 11011010 1110 1000001 0 1111 100011111 1000010 111010

Color Harmonies of #BB4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DDA

Black with #BB4DDA

Text Example


Text Example

White with #BB4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DDA; }

 p { color: rgb(187,77,218); }

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

background-color css

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

 a { background-color: rgb(187,77,218); }

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

border-color css

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

 span { border-color: rgb(187,77,218); }

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