Html Css Color HEX #B348EA Medium Orchid

📋 copy color: '#B348EA'

red 179 ◦ green 72 ◦ blue 234

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

Shades of Medium Orchid #B348EA

Tints of Medium Orchid #B348EA

RGB

 RED value IS 179 (70.31% from 255) = 36.91%

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

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

R = 36.91%
G = 14.85%
B = 48.25%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B348EA (or 0xB348EA) is known color: Medium Orchid. HEX triplet: B3, 48 and EA. RGB value is (179,72,234). Sum of RGB (Red+Green+Blue) = 179+72+234=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #B348EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B348EA is #4CB715. Grayscale: #797979. Windows color (decimal): -5027606 or 15354035. OLE color: 15354035.

HSL color Cylindrical-coordinate representation of color #B348EA: hue angle of 279.63º 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 #B348EA is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 72 234 -
CMYK 0.24 0.69 0 0.08
HSL 279.63º 0.79% 0.6% -
HSV(B) 279.63º 0.69% 0.92% -
XYZ 35.76 20.16 79.85 -
YUV 122.46 190.95 168.33 -
System Red Green Blue C M Y K H S L
Decimal 179 72 234 0.24 0.69 0 0.08 279.63 0.79 0.6
Hex B3 48 EA 18 45 0 8 118 4F 3C
Octal 263 110 352 30 105 0 10 430 117 74
Binary 10110011 1001000 11101010 11000 1000101 0 1000 100011000 1001111 111100

Color Harmonies of #B348EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348EA

Black with #B348EA

Text Example


Text Example

White with #B348EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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