Html Css Color HEX #BB74E8 Medium Orchid

📋 copy color: '#BB74E8'

red 187 ◦ green 116 ◦ blue 232

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

Shades of Medium Orchid #BB74E8

Tints of Medium Orchid #BB74E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.36%

R = 34.95%
G = 21.68%
B = 43.36%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB74E8 (or 0xBB74E8) is known color: Medium Orchid. HEX triplet: BB, 74 and E8. RGB value is (187,116,232). Sum of RGB (Red+Green+Blue) = 187+116+232=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB74E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB74E8 is #448B17. Grayscale: #969696. Windows color (decimal): -4492056 or 15234235. OLE color: 15234235.

HSL color Cylindrical-coordinate representation of color #BB74E8: hue angle of 276.72º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB74E8 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 116 232 -
CMYK 0.19 0.50 0 0.09
HSL 276.72º 0.72% 0.68% -
HSV(B) 276.72º 0.5% 0.91% -
XYZ 41.3 28.88 79.74 -
YUV 150.45 174.02 154.07 -
System Red Green Blue C M Y K H S L
Decimal 187 116 232 0.19 0.50 0 0.09 276.72 0.72 0.68
Hex BB 74 E8 13 32 0 9 115 48 44
Octal 273 164 350 23 62 0 11 425 110 104
Binary 10111011 1110100 11101000 10011 110010 0 1001 100010101 1001000 1000100

Color Harmonies of #BB74E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74E8

Black with #BB74E8

Text Example


Text Example

White with #BB74E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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