Html Css Color HEX #B748FF Medium Orchid

📋 copy color: '#B748FF'

red 183 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #B748FF

Tints of Medium Orchid #B748FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50%

R = 35.88%
G = 14.12%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B748FF (or 0xB748FF) is known color: Medium Orchid. HEX triplet: B7, 48 and FF. RGB value is (183,72,255). Sum of RGB (Red+Green+Blue) = 183+72+255=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #B748FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B748FF is #48B700. Grayscale: #7D7D7D. Windows color (decimal): -4765441 or 16730295. OLE color: 16730295.

HSL color Cylindrical-coordinate representation of color #B748FF: hue angle of 276.39º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B748FF is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 72 255 -
CMYK 0.28 0.72 0 0
HSL 276.39º 1% 0.64% -
HSV(B) 276.39º 0.72% 1% -
XYZ 39.9 21.92 96.74 -
YUV 126.05 200.77 168.62 -
System Red Green Blue C M Y K H S L
Decimal 183 72 255 0.28 0.72 0 0 276.39 1 0.64
Hex B7 48 FF 1C 48 0 0 114 64 40
Octal 267 110 377 34 110 0 0 424 144 100
Binary 10110111 1001000 11111111 11100 1001000 0 0 100010100 1100100 1000000

Color Harmonies of #B748FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B748FF

Black with #B748FF

Text Example


Text Example

White with #B748FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B748FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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