Html Css Color HEX #BB74D0 Medium Orchid

📋 copy color: '#BB74D0'

red 187 ◦ green 116 ◦ blue 208

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

Shades of Medium Orchid #BB74D0

Tints of Medium Orchid #BB74D0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.7%

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

R = 36.59%
G = 22.7%
B = 40.7%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB74D0 (or 0xBB74D0) is known color: Medium Orchid. HEX triplet: BB, 74 and D0. RGB value is (187,116,208). Sum of RGB (Red+Green+Blue) = 187+116+208=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB74D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74D0 is #448B2F. Grayscale: #939393. Windows color (decimal): -4492080 or 13661371. OLE color: 13661371.

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

Color convert

RGB 187 116 208 -
CMYK 0.10 0.44 0 0.18
HSL 286.3º 0.49% 0.64% -
HSV(B) 286.3º 0.44% 0.82% -
XYZ 38.12 27.61 62.99 -
YUV 147.72 162.02 156.02 -
System Red Green Blue C M Y K H S L
Decimal 187 116 208 0.10 0.44 0 0.18 286.3 0.49 0.64
Hex BB 74 D0 A 2C 0 12 11E 31 40
Octal 273 164 320 12 54 0 22 436 61 100
Binary 10111011 1110100 11010000 1010 101100 0 10010 100011110 110001 1000000

Color Harmonies of #BB74D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74D0

Black with #BB74D0

Text Example


Text Example

White with #BB74D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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