Html Css Color HEX #B345CA Medium Orchid

📋 copy color: '#B345CA'

red 179 ◦ green 69 ◦ blue 202

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

Shades of Medium Orchid #B345CA

Tints of Medium Orchid #B345CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.33%

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

R = 39.78%
G = 15.33%
B = 44.89%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B345CA (or 0xB345CA) is known color: Medium Orchid. HEX triplet: B3, 45 and CA. RGB value is (179,69,202). Sum of RGB (Red+Green+Blue) = 179+69+202=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #B345CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345CA is #4CBA35. Grayscale: #747474. Windows color (decimal): -5028406 or 13256115. OLE color: 13256115.

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

Color convert

RGB 179 69 202 -
CMYK 0.11 0.66 0 0.21
HSL 289.62º 0.56% 0.53% -
HSV(B) 289.62º 0.66% 0.79% -
XYZ 31.38 18.1 57.72 -
YUV 117.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 179 69 202 0.11 0.66 0 0.21 289.62 0.56 0.53
Hex B3 45 CA B 42 0 15 122 38 35
Octal 263 105 312 13 102 0 25 442 70 65
Binary 10110011 1000101 11001010 1011 1000010 0 10101 100100010 111000 110101

Color Harmonies of #B345CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345CA

Black with #B345CA

Text Example


Text Example

White with #B345CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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