Html Css Color HEX #B748EA Medium Orchid

📋 copy color: '#B748EA'

red 183 ◦ green 72 ◦ blue 234

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

Shades of Medium Orchid #B748EA

Tints of Medium Orchid #B748EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 37.42%
G = 14.72%
B = 47.85%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B748EA (or 0xB748EA) is known color: Medium Orchid. HEX triplet: B7, 48 and EA. RGB value is (183,72,234). Sum of RGB (Red+Green+Blue) = 183+72+234=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #B748EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B748EA is #48B715. Grayscale: #7B7B7B. Windows color (decimal): -4765462 or 15354039. OLE color: 15354039.

HSL color Cylindrical-coordinate representation of color #B748EA: hue angle of 281.11º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B748EA is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 72 234 -
CMYK 0.22 0.69 0 0.08
HSL 281.11º 0.79% 0.6% -
HSV(B) 281.11º 0.69% 0.92% -
XYZ 36.7 20.64 79.89 -
YUV 123.66 190.27 170.33 -
System Red Green Blue C M Y K H S L
Decimal 183 72 234 0.22 0.69 0 0.08 281.11 0.79 0.6
Hex B7 48 EA 16 45 0 8 119 4F 3C
Octal 267 110 352 26 105 0 10 431 117 74
Binary 10110111 1001000 11101010 10110 1000101 0 1000 100011001 1001111 111100

Color Harmonies of #B748EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B748EA

Black with #B748EA

Text Example


Text Example

White with #B748EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B748EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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