Html Css Color HEX #B367CA Medium Orchid

📋 copy color: '#B367CA'

red 179 ◦ green 103 ◦ blue 202

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

Shades of Medium Orchid #B367CA

Tints of Medium Orchid #B367CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 36.98%
G = 21.28%
B = 41.74%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B367CA (or 0xB367CA) is known color: Medium Orchid. HEX triplet: B3, 67 and CA. RGB value is (179,103,202). Sum of RGB (Red+Green+Blue) = 179+103+202=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #B367CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367CA is #4C9835. Grayscale: #888888. Windows color (decimal): -5019702 or 13264819. OLE color: 13264819.

HSL color Cylindrical-coordinate representation of color #B367CA: hue angle of 286.06º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B367CA is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 103 202 -
CMYK 0.11 0.49 0 0.21
HSL 286.06º 0.48% 0.6% -
HSV(B) 286.06º 0.49% 0.79% -
XYZ 34.1 23.55 58.63 -
YUV 137.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 179 103 202 0.11 0.49 0 0.21 286.06 0.48 0.6
Hex B3 67 CA B 31 0 15 11E 30 3C
Octal 263 147 312 13 61 0 25 436 60 74
Binary 10110011 1100111 11001010 1011 110001 0 10101 100011110 110000 111100

Color Harmonies of #B367CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B367CA

Black with #B367CA

Text Example


Text Example

White with #B367CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B367CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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