Html Css Color HEX #B369CB Medium Orchid

📋 copy color: '#B369CB'

red 179 ◦ green 105 ◦ blue 203

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

Shades of Medium Orchid #B369CB

Tints of Medium Orchid #B369CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 36.76%
G = 21.56%
B = 41.68%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B369CB (or 0xB369CB) is known color: Medium Orchid. HEX triplet: B3, 69 and CB. RGB value is (179,105,203). Sum of RGB (Red+Green+Blue) = 179+105+203=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #B369CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369CB is #4C9634. Grayscale: #898989. Windows color (decimal): -5019189 or 13330867. OLE color: 13330867.

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

Color convert

RGB 179 105 203 -
CMYK 0.12 0.48 0 0.20
HSL 285.31º 0.49% 0.6% -
HSV(B) 285.31º 0.48% 0.8% -
XYZ 34.42 24 59.32 -
YUV 138.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 179 105 203 0.12 0.48 0 0.20 285.31 0.49 0.6
Hex B3 69 CB C 30 0 14 11D 31 3C
Octal 263 151 313 14 60 0 24 435 61 74
Binary 10110011 1101001 11001011 1100 110000 0 10100 100011101 110001 111100

Color Harmonies of #B369CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369CB

Black with #B369CB

Text Example


Text Example

White with #B369CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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