Html Css Color HEX #B348FA Medium Orchid

📋 copy color: '#B348FA'

red 179 ◦ green 72 ◦ blue 250

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

Shades of Medium Orchid #B348FA

Tints of Medium Orchid #B348FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 35.73%
G = 14.37%
B = 49.9%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B348FA (or 0xB348FA) is known color: Medium Orchid. HEX triplet: B3, 48 and FA. RGB value is (179,72,250). Sum of RGB (Red+Green+Blue) = 179+72+250=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #B348FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B348FA is #4CB705. Grayscale: #7B7B7B. Windows color (decimal): -5027590 or 16402611. OLE color: 16402611.

HSL color Cylindrical-coordinate representation of color #B348FA: hue angle of 276.07º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B348FA is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 72 250 -
CMYK 0.28 0.71 0 0.02
HSL 276.07º 0.95% 0.63% -
HSV(B) 276.07º 0.71% 0.98% -
XYZ 38.16 21.12 92.51 -
YUV 124.29 198.95 167.03 -
System Red Green Blue C M Y K H S L
Decimal 179 72 250 0.28 0.71 0 0.02 276.07 0.95 0.63
Hex B3 48 FA 1C 47 0 2 114 5F 3F
Octal 263 110 372 34 107 0 2 424 137 77
Binary 10110011 1001000 11111010 11100 1000111 0 10 100010100 1011111 111111

Color Harmonies of #B348FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348FA

Black with #B348FA

Text Example


Text Example

White with #B348FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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