Html Css Color HEX #B351CF Medium Orchid

📋 copy color: '#B351CF'

red 179 ◦ green 81 ◦ blue 207

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

Shades of Medium Orchid #B351CF

Tints of Medium Orchid #B351CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 38.33%
G = 17.34%
B = 44.33%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B351CF (or 0xB351CF) is known color: Medium Orchid. HEX triplet: B3, 51 and CF. RGB value is (179,81,207). Sum of RGB (Red+Green+Blue) = 179+81+207=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #B351CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351CF is #4CAE30. Grayscale: #7C7C7C. Windows color (decimal): -5025329 or 13586867. OLE color: 13586867.

HSL color Cylindrical-coordinate representation of color #B351CF: hue angle of 286.67º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B351CF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 81 207 -
CMYK 0.14 0.61 0 0.19
HSL 286.67º 0.57% 0.56% -
HSV(B) 286.67º 0.61% 0.81% -
XYZ 32.8 19.97 61.16 -
YUV 124.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 179 81 207 0.14 0.61 0 0.19 286.67 0.57 0.56
Hex B3 51 CF E 3D 0 13 11F 39 38
Octal 263 121 317 16 75 0 23 437 71 70
Binary 10110011 1010001 11001111 1110 111101 0 10011 100011111 111001 111000

Color Harmonies of #B351CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351CF

Black with #B351CF

Text Example


Text Example

White with #B351CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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