Html Css Color HEX #B368CC Medium Orchid

📋 copy color: '#B368CC'

red 179 ◦ green 104 ◦ blue 204

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

Shades of Medium Orchid #B368CC

Tints of Medium Orchid #B368CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.36%

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 36.76%
G = 21.36%
B = 41.89%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B368CC (or 0xB368CC) is known color: Medium Orchid. HEX triplet: B3, 68 and CC. RGB value is (179,104,204). Sum of RGB (Red+Green+Blue) = 179+104+204=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #B368CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B368CC is #4C9733. Grayscale: #898989. Windows color (decimal): -5019444 or 13396147. OLE color: 13396147.

HSL color Cylindrical-coordinate representation of color #B368CC: hue angle of 285º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B368CC is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 104 204 -
CMYK 0.12 0.49 0 0.2
HSL 285º 0.5% 0.6% -
HSV(B) 285º 0.49% 0.8% -
XYZ 34.44 23.84 59.91 -
YUV 137.83 165.35 157.37 -
System Red Green Blue C M Y K H S L
Decimal 179 104 204 0.12 0.49 0 0.2 285 0.5 0.6
Hex B3 68 CC C 31 0 14 11D 32 3C
Octal 263 150 314 14 61 0 24 435 62 74
Binary 10110011 1101000 11001100 1100 110001 0 10100 100011101 110010 111100

Color Harmonies of #B368CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B368CC

Black with #B368CC

Text Example


Text Example

White with #B368CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B368CC; }

 p { color: rgb(179,104,204); }

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

background-color css

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

 a { background-color: rgb(179,104,204); }

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

border-color css

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

 span { border-color: rgb(179,104,204); }

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