Html Css Color HEX #BB31EA Medium Orchid

📋 copy color: '#BB31EA'

red 187 ◦ green 49 ◦ blue 234

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

Shades of Medium Orchid #BB31EA

Tints of Medium Orchid #BB31EA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.43%

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 39.79%
G = 10.43%
B = 49.79%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB31EA (or 0xBB31EA) is known color: Medium Orchid. HEX triplet: BB, 31 and EA. RGB value is (187,49,234). Sum of RGB (Red+Green+Blue) = 187+49+234=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB31EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB31EA is #44CE15. Grayscale: #6E6E6E. Windows color (decimal): -4509206 or 15348155. OLE color: 15348155.

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

Color convert

RGB 187 49 234 -
CMYK 0.20 0.79 0 0.08
HSL 284.76º 0.81% 0.55% -
HSV(B) 284.76º 0.79% 0.92% -
XYZ 36.44 18.7 79.53 -
YUV 111.35 197.22 181.96 -
System Red Green Blue C M Y K H S L
Decimal 187 49 234 0.20 0.79 0 0.08 284.76 0.81 0.55
Hex BB 31 EA 14 4F 0 8 11D 51 37
Octal 273 61 352 24 117 0 10 435 121 67
Binary 10111011 110001 11101010 10100 1001111 0 1000 100011101 1010001 110111

Color Harmonies of #BB31EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB31EA

Black with #BB31EA

Text Example


Text Example

White with #BB31EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB31EA; }

 p { color: rgb(187,49,234); }

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

background-color css

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

 a { background-color: rgb(187,49,234); }

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

border-color css

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

 span { border-color: rgb(187,49,234); }

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