Html Css Color HEX #BB74E0 Medium Orchid

📋 copy color: '#BB74E0'

red 187 ◦ green 116 ◦ blue 224

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

Shades of Medium Orchid #BB74E0

Tints of Medium Orchid #BB74E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.5%

R = 35.48%
G = 22.01%
B = 42.5%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB74E0 (or 0xBB74E0) is known color: Medium Orchid. HEX triplet: BB, 74 and E0. RGB value is (187,116,224). Sum of RGB (Red+Green+Blue) = 187+116+224=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB74E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74E0 is #448B1F. Grayscale: #959595. Windows color (decimal): -4492064 or 14709947. OLE color: 14709947.

HSL color Cylindrical-coordinate representation of color #BB74E0: hue angle of 279.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB74E0 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 116 224 -
CMYK 0.17 0.48 0 0.12
HSL 279.44º 0.64% 0.67% -
HSV(B) 279.44º 0.48% 0.88% -
XYZ 40.19 28.44 73.89 -
YUV 149.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 187 116 224 0.17 0.48 0 0.12 279.44 0.64 0.67
Hex BB 74 E0 11 30 0 C 117 40 43
Octal 273 164 340 21 60 0 14 427 100 103
Binary 10111011 1110100 11100000 10001 110000 0 1100 100010111 1000000 1000011

Color Harmonies of #BB74E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74E0

Black with #BB74E0

Text Example


Text Example

White with #BB74E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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