Html Css Color HEX #B367C3 Medium Orchid

📋 copy color: '#B367C3'

red 179 ◦ green 103 ◦ blue 195

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

Shades of Medium Orchid #B367C3

Tints of Medium Orchid #B367C3

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.59%

 BLUE value IS 195 (76.56% from 255) = 40.88%

R = 37.53%
G = 21.59%
B = 40.88%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B367C3 (or 0xB367C3) is known color: Medium Orchid. HEX triplet: B3, 67 and C3. RGB value is (179,103,195). Sum of RGB (Red+Green+Blue) = 179+103+195=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 195 - color contains mainly: blue. Hex color #B367C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367C3 is #4C983C. Grayscale: #878787. Windows color (decimal): -5019709 or 12806067. OLE color: 12806067.

HSL color Cylindrical-coordinate representation of color #B367C3: hue angle of 289.57º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B367C3 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 103 195 -
CMYK 0.08 0.47 0 0.24
HSL 289.57º 0.43% 0.58% -
HSV(B) 289.57º 0.47% 0.76% -
XYZ 33.29 23.22 54.36 -
YUV 136.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 179 103 195 0.08 0.47 0 0.24 289.57 0.43 0.58
Hex B3 67 C3 8 2F 0 18 122 2B 3A
Octal 263 147 303 10 57 0 30 442 53 72
Binary 10110011 1100111 11000011 1000 101111 0 11000 100100010 101011 111010

Color Harmonies of #B367C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B367C3

Black with #B367C3

Text Example


Text Example

White with #B367C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B367C3; }

 p { color: rgb(179,103,195); }

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

background-color css

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

 a { background-color: rgb(179,103,195); }

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

border-color css

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

 span { border-color: rgb(179,103,195); }

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