Html Css Color HEX #BB74EB Medium Orchid

📋 copy color: '#BB74EB'

red 187 ◦ green 116 ◦ blue 235

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

Shades of Medium Orchid #BB74EB

Tints of Medium Orchid #BB74EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 34.76%
G = 21.56%
B = 43.68%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB74EB (or 0xBB74EB) is known color: Medium Orchid. HEX triplet: BB, 74 and EB. RGB value is (187,116,235). Sum of RGB (Red+Green+Blue) = 187+116+235=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB74EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB74EB is #448B14. Grayscale: #969696. Windows color (decimal): -4492053 or 15430843. OLE color: 15430843.

HSL color Cylindrical-coordinate representation of color #BB74EB: hue angle of 275.8º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB74EB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 116 235 -
CMYK 0.20 0.51 0 0.08
HSL 275.8º 0.75% 0.69% -
HSV(B) 275.8º 0.51% 0.92% -
XYZ 41.73 29.05 82.01 -
YUV 150.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 187 116 235 0.20 0.51 0 0.08 275.8 0.75 0.69
Hex BB 74 EB 14 33 0 8 114 4B 45
Octal 273 164 353 24 63 0 10 424 113 105
Binary 10111011 1110100 11101011 10100 110011 0 1000 100010100 1001011 1000101

Color Harmonies of #BB74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74EB

Black with #BB74EB

Text Example


Text Example

White with #BB74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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