Html Css Color HEX #B365CB Medium Orchid

📋 copy color: '#B365CB'

red 179 ◦ green 101 ◦ blue 203

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

Shades of Medium Orchid #B365CB

Tints of Medium Orchid #B365CB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.91%

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

R = 37.06%
G = 20.91%
B = 42.03%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B365CB (or 0xB365CB) is known color: Medium Orchid. HEX triplet: B3, 65 and CB. RGB value is (179,101,203). Sum of RGB (Red+Green+Blue) = 179+101+203=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #B365CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365CB is #4C9A34. Grayscale: #878787. Windows color (decimal): -5020213 or 13329843. OLE color: 13329843.

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

Color convert

RGB 179 101 203 -
CMYK 0.12 0.50 0 0.20
HSL 285.88º 0.5% 0.6% -
HSV(B) 285.88º 0.5% 0.8% -
XYZ 34.02 23.2 59.19 -
YUV 135.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 179 101 203 0.12 0.50 0 0.20 285.88 0.5 0.6
Hex B3 65 CB C 32 0 14 11E 32 3C
Octal 263 145 313 14 62 0 24 436 62 74
Binary 10110011 1100101 11001011 1100 110010 0 10100 100011110 110010 111100

Color Harmonies of #B365CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365CB

Black with #B365CB

Text Example


Text Example

White with #B365CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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