Html Css Color HEX #BB3ACD Medium Orchid

📋 copy color: '#BB3ACD'

red 187 ◦ green 58 ◦ blue 205

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

Shades of Medium Orchid #BB3ACD

Tints of Medium Orchid #BB3ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 41.56%
G = 12.89%
B = 45.56%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB3ACD (or 0xBB3ACD) is known color: Medium Orchid. HEX triplet: BB, 3A and CD. RGB value is (187,58,205). Sum of RGB (Red+Green+Blue) = 187+58+205=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB3ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3ACD is #44C532. Grayscale: #707070. Windows color (decimal): -4506931 or 13449915. OLE color: 13449915.

HSL color Cylindrical-coordinate representation of color #BB3ACD: hue angle of 292.65º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3ACD is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 58 205 -
CMYK 0.09 0.72 0 0.20
HSL 292.65º 0.6% 0.52% -
HSV(B) 292.65º 0.72% 0.8% -
XYZ 33.03 18 59.49 -
YUV 113.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 187 58 205 0.09 0.72 0 0.20 292.65 0.6 0.52
Hex BB 3A CD 9 48 0 14 125 3C 34
Octal 273 72 315 11 110 0 24 445 74 64
Binary 10111011 111010 11001101 1001 1001000 0 10100 100100101 111100 110100

Color Harmonies of #BB3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3ACD

Black with #BB3ACD

Text Example


Text Example

White with #BB3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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