Html Css Color HEX #B348CE Medium Orchid

📋 copy color: '#B348CE'

red 179 ◦ green 72 ◦ blue 206

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

Shades of Medium Orchid #B348CE

Tints of Medium Orchid #B348CE

RGB

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

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

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

R = 39.17%
G = 15.75%
B = 45.08%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B348CE (or 0xB348CE) is known color: Medium Orchid. HEX triplet: B3, 48 and CE. RGB value is (179,72,206). Sum of RGB (Red+Green+Blue) = 179+72+206=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #B348CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348CE is #4CB731. Grayscale: #767676. Windows color (decimal): -5027634 or 13519027. OLE color: 13519027.

HSL color Cylindrical-coordinate representation of color #B348CE: hue angle of 287.91º 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 #B348CE is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 72 206 -
CMYK 0.13 0.65 0 0.19
HSL 287.91º 0.58% 0.55% -
HSV(B) 287.91º 0.65% 0.81% -
XYZ 32.05 18.67 60.31 -
YUV 119.27 176.95 170.6 -
System Red Green Blue C M Y K H S L
Decimal 179 72 206 0.13 0.65 0 0.19 287.91 0.58 0.55
Hex B3 48 CE D 41 0 13 120 3A 37
Octal 263 110 316 15 101 0 23 440 72 67
Binary 10110011 1001000 11001110 1101 1000001 0 10011 100100000 111010 110111

Color Harmonies of #B348CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348CE

Black with #B348CE

Text Example


Text Example

White with #B348CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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