Html Css Color HEX #B748CE Medium Orchid

📋 copy color: '#B748CE'

red 183 ◦ green 72 ◦ blue 206

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

Shades of Medium Orchid #B748CE

Tints of Medium Orchid #B748CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 39.7%
G = 15.62%
B = 44.69%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B748CE (or 0xB748CE) is known color: Medium Orchid. HEX triplet: B7, 48 and CE. RGB value is (183,72,206). Sum of RGB (Red+Green+Blue) = 183+72+206=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #B748CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748CE is #48B731. Grayscale: #787878. Windows color (decimal): -4765490 or 13519031. OLE color: 13519031.

HSL color Cylindrical-coordinate representation of color #B748CE: hue angle of 289.7º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B748CE is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 72 206 -
CMYK 0.11 0.65 0 0.19
HSL 289.7º 0.58% 0.55% -
HSV(B) 289.7º 0.65% 0.81% -
XYZ 32.99 19.16 60.35 -
YUV 120.47 176.27 172.6 -
System Red Green Blue C M Y K H S L
Decimal 183 72 206 0.11 0.65 0 0.19 289.7 0.58 0.55
Hex B7 48 CE B 41 0 13 122 3A 37
Octal 267 110 316 13 101 0 23 442 72 67
Binary 10110111 1001000 11001110 1011 1000001 0 10011 100100010 111010 110111

Color Harmonies of #B748CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B748CE

Black with #B748CE

Text Example


Text Example

White with #B748CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B748CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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