Html Css Color HEX #B748E1 Medium Orchid

📋 copy color: '#B748E1'

red 183 ◦ green 72 ◦ blue 225

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

Shades of Medium Orchid #B748E1

Tints of Medium Orchid #B748E1

RGB

 RED value IS 183 (71.88% from 255) = 38.13%

 GREEN value IS 72 (28.52% from 255) = 15%

 BLUE value IS 225 (88.28% from 255) = 46.88%

R = 38.13%
G = 15%
B = 46.88%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B748E1 (or 0xB748E1) is known color: Medium Orchid. HEX triplet: B7, 48 and E1. RGB value is (183,72,225). Sum of RGB (Red+Green+Blue) = 183+72+225=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #B748E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748E1 is #48B71E. Grayscale: #7A7A7A. Windows color (decimal): -4765471 or 14764215. OLE color: 14764215.

HSL color Cylindrical-coordinate representation of color #B748E1: hue angle of 283.53º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B748E1 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 72 225 -
CMYK 0.19 0.68 0 0.12
HSL 283.53º 0.72% 0.58% -
HSV(B) 283.53º 0.68% 0.88% -
XYZ 35.44 20.14 73.25 -
YUV 122.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 183 72 225 0.19 0.68 0 0.12 283.53 0.72 0.58
Hex B7 48 E1 13 44 0 C 11C 48 3A
Octal 267 110 341 23 104 0 14 434 110 72
Binary 10110111 1001000 11100001 10011 1000100 0 1100 100011100 1001000 111010

Color Harmonies of #B748E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B748E1

Black with #B748E1

Text Example


Text Example

White with #B748E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B748E1; }

 p { color: rgb(183,72,225); }

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

background-color css

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

 a { background-color: rgb(183,72,225); }

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

border-color css

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

 span { border-color: rgb(183,72,225); }

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