Html Css Color HEX #B369CA Medium Orchid

📋 copy color: '#B369CA'

red 179 ◦ green 105 ◦ blue 202

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

Shades of Medium Orchid #B369CA

Tints of Medium Orchid #B369CA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.6%

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

R = 36.83%
G = 21.6%
B = 41.56%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B369CA (or 0xB369CA) is known color: Medium Orchid. HEX triplet: B3, 69 and CA. RGB value is (179,105,202). Sum of RGB (Red+Green+Blue) = 179+105+202=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #B369CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369CA is #4C9635. Grayscale: #898989. Windows color (decimal): -5019190 or 13265331. OLE color: 13265331.

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

Color convert

RGB 179 105 202 -
CMYK 0.11 0.48 0 0.21
HSL 285.77º 0.48% 0.6% -
HSV(B) 285.77º 0.48% 0.79% -
XYZ 34.3 23.95 58.69 -
YUV 138.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 179 105 202 0.11 0.48 0 0.21 285.77 0.48 0.6
Hex B3 69 CA B 30 0 15 11E 30 3C
Octal 263 151 312 13 60 0 25 436 60 74
Binary 10110011 1101001 11001010 1011 110000 0 10101 100011110 110000 111100

Color Harmonies of #B369CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369CA

Black with #B369CA

Text Example


Text Example

White with #B369CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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