Html Css Color HEX #BB4ACB Medium Orchid

📋 copy color: '#BB4ACB'

red 187 ◦ green 74 ◦ blue 203

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

Shades of Medium Orchid #BB4ACB

Tints of Medium Orchid #BB4ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 40.3%
G = 15.95%
B = 43.75%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB4ACB (or 0xBB4ACB) is known color: Medium Orchid. HEX triplet: BB, 4A and CB. RGB value is (187,74,203). Sum of RGB (Red+Green+Blue) = 187+74+203=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB4ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4ACB is #44B534. Grayscale: #7A7A7A. Windows color (decimal): -4502837 or 13322939. OLE color: 13322939.

HSL color Cylindrical-coordinate representation of color #BB4ACB: hue angle of 292.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4ACB is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 74 203 -
CMYK 0.08 0.64 0 0.20
HSL 292.56º 0.55% 0.54% -
HSV(B) 292.56º 0.64% 0.8% -
XYZ 33.72 19.77 58.54 -
YUV 122.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 187 74 203 0.08 0.64 0 0.20 292.56 0.55 0.54
Hex BB 4A CB 8 40 0 14 125 37 36
Octal 273 112 313 10 100 0 24 445 67 66
Binary 10111011 1001010 11001011 1000 1000000 0 10100 100100101 110111 110110

Color Harmonies of #BB4ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4ACB

Black with #BB4ACB

Text Example


Text Example

White with #BB4ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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