Html Css Color HEX #BB46ED Medium Orchid

📋 copy color: '#BB46ED'

red 187 ◦ green 70 ◦ blue 237

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

Shades of Medium Orchid #BB46ED

Tints of Medium Orchid #BB46ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.17%

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 37.85%
G = 14.17%
B = 47.98%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB46ED (or 0xBB46ED) is known color: Medium Orchid. HEX triplet: BB, 46 and ED. RGB value is (187,70,237). Sum of RGB (Red+Green+Blue) = 187+70+237=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB46ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB46ED is #44B912. Grayscale: #7B7B7B. Windows color (decimal): -4503827 or 15550139. OLE color: 15550139.

HSL color Cylindrical-coordinate representation of color #BB46ED: hue angle of 282.04º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB46ED is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 70 237 -
CMYK 0.21 0.70 0 0.07
HSL 282.04º 0.82% 0.6% -
HSV(B) 282.04º 0.7% 0.93% -
XYZ 37.97 21.06 82.18 -
YUV 124.02 191.76 172.92 -
System Red Green Blue C M Y K H S L
Decimal 187 70 237 0.21 0.70 0 0.07 282.04 0.82 0.6
Hex BB 46 ED 15 46 0 7 11A 52 3C
Octal 273 106 355 25 106 0 7 432 122 74
Binary 10111011 1000110 11101101 10101 1000110 0 111 100011010 1010010 111100

Color Harmonies of #BB46ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB46ED

Black with #BB46ED

Text Example


Text Example

White with #BB46ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB46ED; }

 p { color: rgb(187,70,237); }

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

background-color css

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

 a { background-color: rgb(187,70,237); }

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

border-color css

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

 span { border-color: rgb(187,70,237); }

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