Html Css Color HEX #B351CD Medium Orchid

📋 copy color: '#B351CD'

red 179 ◦ green 81 ◦ blue 205

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

Shades of Medium Orchid #B351CD

Tints of Medium Orchid #B351CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 38.49%
G = 17.42%
B = 44.09%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B351CD (or 0xB351CD) is known color: Medium Orchid. HEX triplet: B3, 51 and CD. RGB value is (179,81,205). Sum of RGB (Red+Green+Blue) = 179+81+205=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #B351CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351CD is #4CAE32. Grayscale: #7C7C7C. Windows color (decimal): -5025331 or 13455795. OLE color: 13455795.

HSL color Cylindrical-coordinate representation of color #B351CD: hue angle of 287.42º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B351CD is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 81 205 -
CMYK 0.13 0.60 0 0.20
HSL 287.42º 0.55% 0.56% -
HSV(B) 287.42º 0.6% 0.8% -
XYZ 32.55 19.88 59.88 -
YUV 124.44 173.47 166.92 -
System Red Green Blue C M Y K H S L
Decimal 179 81 205 0.13 0.60 0 0.20 287.42 0.55 0.56
Hex B3 51 CD D 3C 0 14 11F 37 38
Octal 263 121 315 15 74 0 24 437 67 70
Binary 10110011 1010001 11001101 1101 111100 0 10100 100011111 110111 111000

Color Harmonies of #B351CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351CD

Black with #B351CD

Text Example


Text Example

White with #B351CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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