Html Css Color HEX #BB4CD0 Medium Orchid

📋 copy color: '#BB4CD0'

red 187 ◦ green 76 ◦ blue 208

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

Shades of Medium Orchid #BB4CD0

Tints of Medium Orchid #BB4CD0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.14%

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 39.7%
G = 16.14%
B = 44.16%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB4CD0 (or 0xBB4CD0) is known color: Medium Orchid. HEX triplet: BB, 4C and D0. RGB value is (187,76,208). Sum of RGB (Red+Green+Blue) = 187+76+208=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB4CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CD0 is #44B32F. Grayscale: #7B7B7B. Windows color (decimal): -4502320 or 13651131. OLE color: 13651131.

HSL color Cylindrical-coordinate representation of color #BB4CD0: hue angle of 290.45º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4CD0 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 76 208 -
CMYK 0.10 0.63 0 0.18
HSL 290.45º 0.58% 0.56% -
HSV(B) 290.45º 0.63% 0.82% -
XYZ 34.46 20.29 61.77 -
YUV 124.24 175.27 172.77 -
System Red Green Blue C M Y K H S L
Decimal 187 76 208 0.10 0.63 0 0.18 290.45 0.58 0.56
Hex BB 4C D0 A 3F 0 12 122 3A 38
Octal 273 114 320 12 77 0 22 442 72 70
Binary 10111011 1001100 11010000 1010 111111 0 10010 100100010 111010 111000

Color Harmonies of #BB4CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CD0

Black with #BB4CD0

Text Example


Text Example

White with #BB4CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CD0; }

 p { color: rgb(187,76,208); }

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

background-color css

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

 a { background-color: rgb(187,76,208); }

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

border-color css

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

 span { border-color: rgb(187,76,208); }

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