Html Css Color HEX #B748CB Medium Orchid

📋 copy color: '#B748CB'

red 183 ◦ green 72 ◦ blue 203

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

Shades of Medium Orchid #B748CB

Tints of Medium Orchid #B748CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.32%

R = 39.96%
G = 15.72%
B = 44.32%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B748CB (or 0xB748CB) is known color: Medium Orchid. HEX triplet: B7, 48 and CB. RGB value is (183,72,203). Sum of RGB (Red+Green+Blue) = 183+72+203=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #B748CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748CB is #48B734. Grayscale: #777777. Windows color (decimal): -4765493 or 13322423. OLE color: 13322423.

HSL color Cylindrical-coordinate representation of color #B748CB: hue angle of 290.84º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B748CB is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 72 203 -
CMYK 0.10 0.65 0 0.20
HSL 290.84º 0.56% 0.54% -
HSV(B) 290.84º 0.65% 0.8% -
XYZ 32.63 19.01 58.45 -
YUV 120.12 174.77 172.85 -
System Red Green Blue C M Y K H S L
Decimal 183 72 203 0.10 0.65 0 0.20 290.84 0.56 0.54
Hex B7 48 CB A 41 0 14 123 38 36
Octal 267 110 313 12 101 0 24 443 70 66
Binary 10110111 1001000 11001011 1010 1000001 0 10100 100100011 111000 110110

Color Harmonies of #B748CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B748CB

Black with #B748CB

Text Example


Text Example

White with #B748CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B748CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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