Html Css Color HEX #B363CE Medium Orchid

📋 copy color: '#B363CE'

red 179 ◦ green 99 ◦ blue 206

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

Shades of Medium Orchid #B363CE

Tints of Medium Orchid #B363CE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.45%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 36.98%
G = 20.45%
B = 42.56%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B363CE (or 0xB363CE) is known color: Medium Orchid. HEX triplet: B3, 63 and CE. RGB value is (179,99,206). Sum of RGB (Red+Green+Blue) = 179+99+206=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #B363CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363CE is #4C9C31. Grayscale: #868686. Windows color (decimal): -5020722 or 13525939. OLE color: 13525939.

HSL color Cylindrical-coordinate representation of color #B363CE: hue angle of 284.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B363CE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 99 206 -
CMYK 0.13 0.52 0 0.19
HSL 284.86º 0.52% 0.6% -
HSV(B) 284.86º 0.52% 0.81% -
XYZ 34.19 22.96 61.02 -
YUV 135.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 179 99 206 0.13 0.52 0 0.19 284.86 0.52 0.6
Hex B3 63 CE D 34 0 13 11D 34 3C
Octal 263 143 316 15 64 0 23 435 64 74
Binary 10110011 1100011 11001110 1101 110100 0 10011 100011101 110100 111100

Color Harmonies of #B363CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363CE

Black with #B363CE

Text Example


Text Example

White with #B363CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363CE; }

 p { color: rgb(179,99,206); }

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

background-color css

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

 a { background-color: rgb(179,99,206); }

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

border-color css

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

 span { border-color: rgb(179,99,206); }

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