Html Css Color HEX #B350FD Medium Orchid

📋 copy color: '#B350FD'

red 179 ◦ green 80 ◦ blue 253

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

Shades of Medium Orchid #B350FD

Tints of Medium Orchid #B350FD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.63%

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 34.96%
G = 15.63%
B = 49.41%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B350FD (or 0xB350FD) is known color: Medium Orchid. HEX triplet: B3, 50 and FD. RGB value is (179,80,253). Sum of RGB (Red+Green+Blue) = 179+80+253=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #B350FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B350FD is #4CAF02. Grayscale: #808080. Windows color (decimal): -5025539 or 16601267. OLE color: 16601267.

HSL color Cylindrical-coordinate representation of color #B350FD: hue angle of 274.34º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B350FD is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 80 253 -
CMYK 0.29 0.68 0 0.01
HSL 274.34º 0.98% 0.65% -
HSV(B) 274.34º 0.68% 0.99% -
XYZ 39.19 22.41 95.19 -
YUV 129.32 197.8 163.43 -
System Red Green Blue C M Y K H S L
Decimal 179 80 253 0.29 0.68 0 0.01 274.34 0.98 0.65
Hex B3 50 FD 1D 44 0 1 112 62 41
Octal 263 120 375 35 104 0 1 422 142 101
Binary 10110011 1010000 11111101 11101 1000100 0 1 100010010 1100010 1000001

Color Harmonies of #B350FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350FD

Black with #B350FD

Text Example


Text Example

White with #B350FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350FD; }

 p { color: rgb(179,80,253); }

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

background-color css

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

 a { background-color: rgb(179,80,253); }

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

border-color css

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

 span { border-color: rgb(179,80,253); }

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