Html Css Color HEX #B365CA Medium Orchid

📋 copy color: '#B365CA'

red 179 ◦ green 101 ◦ blue 202

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

Shades of Medium Orchid #B365CA

Tints of Medium Orchid #B365CA

RGB

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

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

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

R = 37.14%
G = 20.95%
B = 41.91%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B365CA (or 0xB365CA) is known color: Medium Orchid. HEX triplet: B3, 65 and CA. RGB value is (179,101,202). Sum of RGB (Red+Green+Blue) = 179+101+202=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #B365CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365CA is #4C9A35. Grayscale: #878787. Windows color (decimal): -5020214 or 13264307. OLE color: 13264307.

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

Color convert

RGB 179 101 202 -
CMYK 0.11 0.50 0 0.21
HSL 286.34º 0.49% 0.59% -
HSV(B) 286.34º 0.5% 0.79% -
XYZ 33.9 23.16 58.56 -
YUV 135.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 179 101 202 0.11 0.50 0 0.21 286.34 0.49 0.59
Hex B3 65 CA B 32 0 15 11E 31 3B
Octal 263 145 312 13 62 0 25 436 61 73
Binary 10110011 1100101 11001010 1011 110010 0 10101 100011110 110001 111011

Color Harmonies of #B365CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365CA

Black with #B365CA

Text Example


Text Example

White with #B365CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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