Html Css Color HEX #B351DA Medium Orchid

📋 copy color: '#B351DA'

red 179 ◦ green 81 ◦ blue 218

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

Shades of Medium Orchid #B351DA

Tints of Medium Orchid #B351DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 37.45%
G = 16.95%
B = 45.61%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B351DA (or 0xB351DA) is known color: Medium Orchid. HEX triplet: B3, 51 and DA. RGB value is (179,81,218). Sum of RGB (Red+Green+Blue) = 179+81+218=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #B351DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351DA is #4CAE25. Grayscale: #7D7D7D. Windows color (decimal): -5025318 or 14307763. OLE color: 14307763.

HSL color Cylindrical-coordinate representation of color #B351DA: hue angle of 282.92º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B351DA is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 81 218 -
CMYK 0.18 0.63 0 0.15
HSL 282.92º 0.65% 0.59% -
HSV(B) 282.92º 0.63% 0.85% -
XYZ 34.19 20.53 68.49 -
YUV 125.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 179 81 218 0.18 0.63 0 0.15 282.92 0.65 0.59
Hex B3 51 DA 12 3F 0 F 11B 41 3B
Octal 263 121 332 22 77 0 17 433 101 73
Binary 10110011 1010001 11011010 10010 111111 0 1111 100011011 1000001 111011

Color Harmonies of #B351DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351DA

Black with #B351DA

Text Example


Text Example

White with #B351DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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