Html Css Color HEX #B348EE Medium Orchid

📋 copy color: '#B348EE'

red 179 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #B348EE

Tints of Medium Orchid #B348EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.67%

R = 36.61%
G = 14.72%
B = 48.67%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B348EE (or 0xB348EE) is known color: Medium Orchid. HEX triplet: B3, 48 and EE. RGB value is (179,72,238). Sum of RGB (Red+Green+Blue) = 179+72+238=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #B348EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B348EE is #4CB711. Grayscale: #7A7A7A. Windows color (decimal): -5027602 or 15616179. OLE color: 15616179.

HSL color Cylindrical-coordinate representation of color #B348EE: hue angle of 278.67º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B348EE is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 72 238 -
CMYK 0.25 0.70 0 0.07
HSL 278.67º 0.83% 0.61% -
HSV(B) 278.67º 0.7% 0.93% -
XYZ 36.34 20.39 82.91 -
YUV 122.92 192.95 168 -
System Red Green Blue C M Y K H S L
Decimal 179 72 238 0.25 0.70 0 0.07 278.67 0.83 0.61
Hex B3 48 EE 19 46 0 7 117 53 3D
Octal 263 110 356 31 106 0 7 427 123 75
Binary 10110011 1001000 11101110 11001 1000110 0 111 100010111 1010011 111101

Color Harmonies of #B348EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348EE

Black with #B348EE

Text Example


Text Example

White with #B348EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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