Html Css Color HEX #B351C6 Medium Orchid

📋 copy color: '#B351C6'

red 179 ◦ green 81 ◦ blue 198

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

Shades of Medium Orchid #B351C6

Tints of Medium Orchid #B351C6

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.69%

 BLUE value IS 198 (77.73% from 255) = 43.23%

R = 39.08%
G = 17.69%
B = 43.23%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B351C6 (or 0xB351C6) is known color: Medium Orchid. HEX triplet: B3, 51 and C6. RGB value is (179,81,198). Sum of RGB (Red+Green+Blue) = 179+81+198=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #B351C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351C6 is #4CAE39. Grayscale: #7B7B7B. Windows color (decimal): -5025338 or 12997043. OLE color: 12997043.

HSL color Cylindrical-coordinate representation of color #B351C6: hue angle of 290.26º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B351C6 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 81 198 -
CMYK 0.10 0.59 0 0.22
HSL 290.26º 0.51% 0.55% -
HSV(B) 290.26º 0.59% 0.78% -
XYZ 31.73 19.55 55.53 -
YUV 123.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 179 81 198 0.10 0.59 0 0.22 290.26 0.51 0.55
Hex B3 51 C6 A 3B 0 16 122 33 37
Octal 263 121 306 12 73 0 26 442 63 67
Binary 10110011 1010001 11000110 1010 111011 0 10110 100100010 110011 110111

Color Harmonies of #B351C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351C6

Black with #B351C6

Text Example


Text Example

White with #B351C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351C6; }

 p { color: rgb(179,81,198); }

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

background-color css

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

 a { background-color: rgb(179,81,198); }

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

border-color css

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

 span { border-color: rgb(179,81,198); }

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