Html Css Color HEX #BB4ADE Medium Orchid

📋 copy color: '#BB4ADE'

red 187 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #BB4ADE

Tints of Medium Orchid #BB4ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 38.72%
G = 15.32%
B = 45.96%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB4ADE (or 0xBB4ADE) is known color: Medium Orchid. HEX triplet: BB, 4A and DE. RGB value is (187,74,222). Sum of RGB (Red+Green+Blue) = 187+74+222=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB4ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4ADE is #44B521. Grayscale: #7C7C7C. Windows color (decimal): -4502818 or 14568123. OLE color: 14568123.

HSL color Cylindrical-coordinate representation of color #BB4ADE: hue angle of 285.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4ADE is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 74 222 -
CMYK 0.16 0.67 0 0.13
HSL 285.81º 0.69% 0.58% -
HSV(B) 285.81º 0.67% 0.87% -
XYZ 36.13 20.74 71.21 -
YUV 124.66 182.94 172.47 -
System Red Green Blue C M Y K H S L
Decimal 187 74 222 0.16 0.67 0 0.13 285.81 0.69 0.58
Hex BB 4A DE 10 43 0 D 11E 45 3A
Octal 273 112 336 20 103 0 15 436 105 72
Binary 10111011 1001010 11011110 10000 1000011 0 1101 100011110 1000101 111010

Color Harmonies of #BB4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4ADE

Black with #BB4ADE

Text Example


Text Example

White with #BB4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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